Loading src/include/tango/server/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ set(SERVER_HEADERS UserDefaultAttrProp.h Util.h Util_templ.h WAttribute.h w_attrsetval_templ.h WAttribute_templ.h WPipe.h WPipe_templ.h WriterLock.h Loading src/include/tango/server/w_attrsetval_templ.h→src/include/tango/server/WAttribute_templ.h +5 −4 Original line number Diff line number Diff line Loading @@ -4,13 +4,14 @@ * SPDX-License-Identifier: LGPL-3.0-or-later */ #ifndef TANGO_SERVER_W_ATTRSETVAL_TEMPL_H #define TANGO_SERVER_W_ATTRSETVAL_TEMPL_H #ifndef TANGO_SERVER_WATTRIBUTE_TEMPL_H #define TANGO_SERVER_WATTRIBUTE_TEMPL_H #include <tango/server/WAttribute.h> #include <tango/server/DeviceImpl.h> #include <tango/server/SeqVec.h> #include <tango/server/Util.h> #include <tango/server/WAttribute.h> #include <type_traits> Loading Loading @@ -190,4 +191,4 @@ inline void WAttribute::set_write_value(T *val, size_t x, size_t y) } } } // namespace Tango #endif // TANGO_SERVER_W_ATTRSETVAL_TEMPL_H #endif // TANGO_SERVER_WATTRIBUTE_TEMPL_H src/server/templ_inst.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ #include <tango/server/DeviceImpl.h> #include <tango/server/Pipe_templ.h> #include <tango/server/Util_templ.h> #include <tango/server/w_attrsetval_templ.h> #include <tango/server/WAttribute_templ.h> #include <tango/server/WPipe.h> #include <tango/server/WPipe_templ.h> Loading Loading
src/include/tango/server/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ set(SERVER_HEADERS UserDefaultAttrProp.h Util.h Util_templ.h WAttribute.h w_attrsetval_templ.h WAttribute_templ.h WPipe.h WPipe_templ.h WriterLock.h Loading
src/include/tango/server/w_attrsetval_templ.h→src/include/tango/server/WAttribute_templ.h +5 −4 Original line number Diff line number Diff line Loading @@ -4,13 +4,14 @@ * SPDX-License-Identifier: LGPL-3.0-or-later */ #ifndef TANGO_SERVER_W_ATTRSETVAL_TEMPL_H #define TANGO_SERVER_W_ATTRSETVAL_TEMPL_H #ifndef TANGO_SERVER_WATTRIBUTE_TEMPL_H #define TANGO_SERVER_WATTRIBUTE_TEMPL_H #include <tango/server/WAttribute.h> #include <tango/server/DeviceImpl.h> #include <tango/server/SeqVec.h> #include <tango/server/Util.h> #include <tango/server/WAttribute.h> #include <type_traits> Loading Loading @@ -190,4 +191,4 @@ inline void WAttribute::set_write_value(T *val, size_t x, size_t y) } } } // namespace Tango #endif // TANGO_SERVER_W_ATTRSETVAL_TEMPL_H #endif // TANGO_SERVER_WATTRIBUTE_TEMPL_H
src/server/templ_inst.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ #include <tango/server/DeviceImpl.h> #include <tango/server/Pipe_templ.h> #include <tango/server/Util_templ.h> #include <tango/server/w_attrsetval_templ.h> #include <tango/server/WAttribute_templ.h> #include <tango/server/WPipe.h> #include <tango/server/WPipe_templ.h> Loading