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

server/utils_templ.h: Rename to Util_templ.h

parent bc6edda3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ set(SERVER_HEADERS UserDefaultAttrProp.h
    TimedAttrData.h
    TimedCmdData.h
    Util.h
    utils_templ.h
    Util_templ.h
    utils_spec_templ.h
    WAttribute.h
    w_attrsetval_templ.h
+4 −3
Original line number Diff line number Diff line
@@ -4,12 +4,13 @@
 * SPDX-License-Identifier: LGPL-3.0-or-later
 */

#ifndef TANGO_SERVER_UTILS_TEMPL_H
#define TANGO_SERVER_UTILS_TEMPL_H
#ifndef TANGO_SERVER_UTIL_TEMPL_H
#define TANGO_SERVER_UTIL_TEMPL_H

#include <tango/server/Util.h>

#include <tango/server/DeviceImpl.h>
#include <tango/server/tango_clock.h>
#include <tango/server/Util.h>

namespace Tango
{
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
#include <tango/server/CmdHistoryStack.h>
#include <tango/server/DeviceImpl.h>
#include <tango/server/Pipe_templ.h>
#include <tango/server/utils_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>