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

server/attribute_templ.h: Rename to Attribute_templ.h

parent fc6f4630
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ set(SERVER_HEADERS UserDefaultAttrProp.h
    AttrData.h
    Attribute.h
    AttrValue.h
    attribute_templ.h
    Attribute_templ.h
    attrsetval_templ.h
    AttrManip.h
    AttrProp.h
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
// For template management we have several files:
// - A file with explicit template instanciation. This file (templ_inst.cpp)
// For class with templates:
// - A file with template methods/class definition (attribute_templ.h for Attribute class)
// - A file with template methods/class definition (Attribute_templ.h for Attribute class)
// - A file with template methods/class specialization definition (attribute_spec_templ.h for Attribute class)
//
// We did this in order to have explicit instanciation of templates method except for specialized templates
@@ -20,7 +20,7 @@

#include <tango/common/utils/assert.h>
#include <tango/server/AttrHistoryStack.h>
#include <tango/server/attribute_templ.h>
#include <tango/server/Attribute_templ.h>
#include <tango/server/CmdHistoryStack.h>
#include <tango/server/DeviceImpl.h>
#include <tango/server/pipe_templ.h>