Loading src/server/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ set(SOURCES Attr.cpp $<$<BOOL:${TANGO_USE_TELEMETRY}>:${CMAKE_CURRENT_SOURCE_DIR}/telemetrycmds.cpp> templ_inst.cpp Util.cpp utils_polling.cpp Util_polling.cpp utils_shut.cpp WAttribute.cpp WPipe.cpp Loading src/server/utils_polling.cpp→src/server/Util_polling.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -4,11 +4,12 @@ * SPDX-License-Identifier: LGPL-3.0-or-later */ #include <tango/server/Util.h> #include <tango/client/Database.h> #include <tango/server/Command.h> #include <tango/server/DServer.h> #include <tango/server/tango_clock.h> #include <tango/server/Util.h> #include <algorithm> #include <iostream> Loading Loading
src/server/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ set(SOURCES Attr.cpp $<$<BOOL:${TANGO_USE_TELEMETRY}>:${CMAKE_CURRENT_SOURCE_DIR}/telemetrycmds.cpp> templ_inst.cpp Util.cpp utils_polling.cpp Util_polling.cpp utils_shut.cpp WAttribute.cpp WPipe.cpp Loading
src/server/utils_polling.cpp→src/server/Util_polling.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -4,11 +4,12 @@ * SPDX-License-Identifier: LGPL-3.0-or-later */ #include <tango/server/Util.h> #include <tango/client/Database.h> #include <tango/server/Command.h> #include <tango/server/DServer.h> #include <tango/server/tango_clock.h> #include <tango/server/Util.h> #include <algorithm> #include <iostream> Loading