Loading src/server/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ set(SOURCES Attr.cpp templ_inst.cpp Util.cpp Util_polling.cpp utils_shut.cpp Util_shut.cpp WAttribute.cpp WPipe.cpp ZmqEventSupplier.cpp) Loading src/server/utils_shut.cpp→src/server/Util_shut.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/client/EventConsumer.h> #include <tango/server/DServer.h> #include <tango/server/NotifdEventSupplier.h> #include <tango/server/Util.h> #include <tango/server/ZmqEventSupplier.h> namespace Tango Loading Loading
src/server/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ set(SOURCES Attr.cpp templ_inst.cpp Util.cpp Util_polling.cpp utils_shut.cpp Util_shut.cpp WAttribute.cpp WPipe.cpp ZmqEventSupplier.cpp) Loading
src/server/utils_shut.cpp→src/server/Util_shut.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/client/EventConsumer.h> #include <tango/server/DServer.h> #include <tango/server/NotifdEventSupplier.h> #include <tango/server/Util.h> #include <tango/server/ZmqEventSupplier.h> namespace Tango Loading