Commit e2501282 authored by Thomas Braun's avatar Thomas Braun
Browse files

tango/server/command.h: Split up and rename

parent e85103ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
#define TANGO_INTERNAL_SERVER_BASICCOMMAND_H

#include <tango/common/tango_const.h>
#include <tango/server/command.h>
#include <tango/server/Command.h>

namespace Tango
{
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
#ifndef TANGO_INTERNAL_SERVER_DSERVERCMDS_H
#define TANGO_INTERNAL_SERVER_DSERVERCMDS_H

#include <tango/server/command.h>
#include <tango/server/Command.h>

namespace Tango
{
@@ -479,4 +479,4 @@ class EventConfirmSubscriptionCmd : public Tango::Command
    CORBA::Any *execute(Tango::DeviceImpl *, const CORBA::Any &) override;
};
} // namespace Tango
#endif
#endif // TANGO_SERVER_DSERVERCLASS_H
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
#ifndef TANGO_INTERNAL_SERVER_LOGCMDS_H
#define TANGO_INTERNAL_SERVER_LOGCMDS_H

#include <tango/server/command.h>
#include <tango/server/Command.h>

#include <string>

+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
#ifndef TANGO_INTERNAL_SERVER_POLLCMDS_H
#define TANGO_INTERNAL_SERVER_POLLCMDS_H

#include <tango/server/command.h>
#include <tango/server/Command.h>

namespace Tango
{
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
#ifndef TANGO_INTERNAL_SERVER_TELEMETRYCMDS_H
#define TANGO_INTERNAL_SERVER_TELEMETRYCMDS_H

#include <tango/server/command.h>
#include <tango/server/Command.h>

namespace Tango
{
Loading