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

server/w_pipe_templ.h: Rename to WPipe_templ.h

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

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