Loading src/include/tango/server/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ set(SERVER_HEADERS UserDefaultAttrProp.h WAttribute.h w_attrsetval_templ.h WPipe.h w_pipe_templ.h WPipe_templ.h WriterLock.h SubDevDiag.h EncodedAttribute.h Loading src/include/tango/server/w_pipe_templ.h→src/include/tango/server/WPipe_templ.h +3 −3 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ * SPDX-License-Identifier: LGPL-3.0-or-later */ #ifndef TANGO_SERVER_W_PIPE_TEMPL_H #define TANGO_SERVER_W_PIPE_TEMPL_H #ifndef TANGO_SERVER_WPIPE_TEMPL_H #define TANGO_SERVER_WPIPE_TEMPL_H #include <tango/server/WPipe.h> Loading Loading @@ -45,4 +45,4 @@ WPipe &operator>>(WPipe &_dp, DataElement<T> &datum) } } // namespace Tango #endif // TANGO_SERVER_W_PIPE_TEMPL_H #endif // TANGO_SERVER_WPIPE_TEMPL_H src/server/templ_inst.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -26,8 +26,8 @@ #include <tango/server/Pipe_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> #include <tango/server/WPipe_templ.h> namespace Tango { Loading Loading
src/include/tango/server/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ set(SERVER_HEADERS UserDefaultAttrProp.h WAttribute.h w_attrsetval_templ.h WPipe.h w_pipe_templ.h WPipe_templ.h WriterLock.h SubDevDiag.h EncodedAttribute.h Loading
src/include/tango/server/w_pipe_templ.h→src/include/tango/server/WPipe_templ.h +3 −3 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ * SPDX-License-Identifier: LGPL-3.0-or-later */ #ifndef TANGO_SERVER_W_PIPE_TEMPL_H #define TANGO_SERVER_W_PIPE_TEMPL_H #ifndef TANGO_SERVER_WPIPE_TEMPL_H #define TANGO_SERVER_WPIPE_TEMPL_H #include <tango/server/WPipe.h> Loading Loading @@ -45,4 +45,4 @@ WPipe &operator>>(WPipe &_dp, DataElement<T> &datum) } } // namespace Tango #endif // TANGO_SERVER_W_PIPE_TEMPL_H #endif // TANGO_SERVER_WPIPE_TEMPL_H
src/server/templ_inst.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -26,8 +26,8 @@ #include <tango/server/Pipe_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> #include <tango/server/WPipe_templ.h> namespace Tango { Loading