Loading src/include/tango/server/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ set(SERVER_HEADERS UserDefaultAttrProp.h TimedAttrData.h TimedCmdData.h Util.h utils_templ.h Util_templ.h utils_spec_templ.h WAttribute.h w_attrsetval_templ.h Loading src/include/tango/server/utils_templ.h→src/include/tango/server/Util_templ.h +4 −3 Original line number Diff line number Diff line Loading @@ -4,12 +4,13 @@ * SPDX-License-Identifier: LGPL-3.0-or-later */ #ifndef TANGO_SERVER_UTILS_TEMPL_H #define TANGO_SERVER_UTILS_TEMPL_H #ifndef TANGO_SERVER_UTIL_TEMPL_H #define TANGO_SERVER_UTIL_TEMPL_H #include <tango/server/Util.h> #include <tango/server/DeviceImpl.h> #include <tango/server/tango_clock.h> #include <tango/server/Util.h> namespace Tango { Loading src/server/templ_inst.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ #include <tango/server/CmdHistoryStack.h> #include <tango/server/DeviceImpl.h> #include <tango/server/Pipe_templ.h> #include <tango/server/utils_templ.h> #include <tango/server/Util_templ.h> #include <tango/server/w_attrsetval_templ.h> #include <tango/server/w_pipe_templ.h> #include <tango/server/WPipe.h> Loading Loading
src/include/tango/server/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ set(SERVER_HEADERS UserDefaultAttrProp.h TimedAttrData.h TimedCmdData.h Util.h utils_templ.h Util_templ.h utils_spec_templ.h WAttribute.h w_attrsetval_templ.h Loading
src/include/tango/server/utils_templ.h→src/include/tango/server/Util_templ.h +4 −3 Original line number Diff line number Diff line Loading @@ -4,12 +4,13 @@ * SPDX-License-Identifier: LGPL-3.0-or-later */ #ifndef TANGO_SERVER_UTILS_TEMPL_H #define TANGO_SERVER_UTILS_TEMPL_H #ifndef TANGO_SERVER_UTIL_TEMPL_H #define TANGO_SERVER_UTIL_TEMPL_H #include <tango/server/Util.h> #include <tango/server/DeviceImpl.h> #include <tango/server/tango_clock.h> #include <tango/server/Util.h> namespace Tango { Loading
src/server/templ_inst.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ #include <tango/server/CmdHistoryStack.h> #include <tango/server/DeviceImpl.h> #include <tango/server/Pipe_templ.h> #include <tango/server/utils_templ.h> #include <tango/server/Util_templ.h> #include <tango/server/w_attrsetval_templ.h> #include <tango/server/w_pipe_templ.h> #include <tango/server/WPipe.h> Loading