Commit 8314f70a authored by Thomas Ives's avatar Thomas Ives Committed by Thomas Braun
Browse files

src/server/devicetelemetry.cpp: Rename to DeviceImpl_telemetry.cpp

parent d5af9989
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ set(SOURCES Attr.cpp
            Device_6Impl.cpp
            DeviceClass.cpp
            DeviceImpl_logger.cpp
            devicetelemetry.cpp
            DeviceImpl_telemetry.cpp
            DevIntr.cpp
            DevIntrThread.cpp
            DServer.cpp
+2 −1
Original line number Diff line number Diff line
@@ -8,13 +8,14 @@
//      WE SIMPLY REUSE THE APPROACH USED FOR THE LOGGING SERVICE FOR CONSISTENCY REASONS
//------------------------------------------------------------------------------------------------

#include <tango/server/DeviceImpl.h>

#include <tango/internal/utils.h>

#include <tango/client/DbDevice.h>
#include <tango/common/telemetry/consts.h>
#include <tango/common/telemetry/InterfaceFactory.h>
#include <tango/common/telemetry/TelemetryAppender.h>
#include <tango/server/DeviceImpl.h>
#include <tango/server/Util.h>

namespace Tango