summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/lib/EventChannel_Command.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib/EventChannel_Command.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/EventChannel_Command.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/EventChannel_Command.h b/TAO/orbsvcs/tests/Notify/lib/EventChannel_Command.h
index 3323f380af6..773babce207 100644
--- a/TAO/orbsvcs/tests/Notify/lib/EventChannel_Command.h
+++ b/TAO/orbsvcs/tests/Notify/lib/EventChannel_Command.h
@@ -9,8 +9,8 @@
*
*/
-#ifndef TAO_NS_EVENTCHANNEL_COMMAND_H
-#define TAO_NS_EVENTCHANNEL_COMMAND_H
+#ifndef TAO_Notify_Tests_EVENTCHANNEL_COMMAND_H
+#define TAO_Notify_Tests_EVENTCHANNEL_COMMAND_H
#include "ace/pre.h"
#include "notify_test_export.h"
@@ -27,19 +27,19 @@
class TAO_Notify_Service;
/**
- * @class TAO_NS_EventChannel_Command
+ * @class TAO_Notify_Tests_EventChannel_Command
*
* @brief Command object for event channels.
*
*/
-class TAO_NOTIFY_TEST_Export TAO_NS_EventChannel_Command : public TAO_NS_Command
+class TAO_NOTIFY_TEST_Export TAO_Notify_Tests_EventChannel_Command : public TAO_Notify_Tests_Command
{
public:
/// Constuctor
- TAO_NS_EventChannel_Command (void);
+ TAO_Notify_Tests_EventChannel_Command (void);
/// Destructor
- virtual ~TAO_NS_EventChannel_Command ();
+ virtual ~TAO_Notify_Tests_EventChannel_Command ();
/// Parse args and populate options.
virtual void init (ACE_Arg_Shifter& arg_shifter);
@@ -90,4 +90,4 @@ protected:
};
#include "ace/post.h"
-#endif /* TAO_NS_EVENTCHANNEL_COMMAND_H */
+#endif /* TAO_Notify_Tests_EVENTCHANNEL_COMMAND_H */