Commit e9495b74 authored by Thomas Ives's avatar Thomas Ives Committed by Thomas Braun
Browse files

server/w_attrsetval_templ.h: Rename to WAttribute_templ.h

parent ef77ed63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+5 −4
Original line number Diff line number Diff line
@@ -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>

@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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>