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

server/pipe_templ.h: Rename to Pipe_templ.h

parent d37fff19
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ set(SERVER_HEADERS UserDefaultAttrProp.h
    TemplCommandIn.h
    Pipe.h
    PipeProperty.h
    pipe_templ.h
    Pipe_templ.h
    CoutAppender.h
    DeviceImpl.h
    Device_2Impl.h
@@ -51,7 +51,7 @@ set(SERVER_HEADERS UserDefaultAttrProp.h
    Except.h
    FwdAttr.h
    FwdAttribute.h
    fwdattribute_templ.h
    FwdAttribute_templ.h
    Interceptors.h
    LogAdapter.h
    Logging.h
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
#include <tango/server/Attribute_templ.h>
#include <tango/server/CmdHistoryStack.h>
#include <tango/server/DeviceImpl.h>
#include <tango/server/pipe_templ.h>
#include <tango/server/Pipe_templ.h>
#include <tango/server/utils_templ.h>
#include <tango/server/w_attrsetval_templ.h>
#include <tango/server/w_pipe_templ.h>