summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer_Command.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer_Command.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer_Command.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer_Command.h b/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer_Command.h
index 69376f5f7a1..9ae475ba4a1 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer_Command.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer_Command.h
@@ -9,8 +9,8 @@
*
*/
-#ifndef TAO_NS_PERIODICCONSUMER_COMMAND_H
-#define TAO_NS_PERIODICCONSUMER_COMMAND_H
+#ifndef TAO_Notify_Tests_PERIODICCONSUMER_COMMAND_H
+#define TAO_Notify_Tests_PERIODICCONSUMER_COMMAND_H
#include "ace/pre.h"
#include "notify_test_export.h"
@@ -23,22 +23,22 @@
#include "orbsvcs/CosNotifyChannelAdminC.h"
#include "Command.h"
-class TAO_NS_Periodic_Consumer;
+class TAO_Notify_Tests_Periodic_Consumer;
/**
- * @class TAO_NS_Periodic_Consumer_Command
+ * @class TAO_Notify_Tests_Periodic_Consumer_Command
*
* @brief Options for Periodic Consumers.
*
*/
-class TAO_NOTIFY_TEST_Export TAO_NS_Periodic_Consumer_Command : public TAO_NS_Command
+class TAO_NOTIFY_TEST_Export TAO_Notify_Tests_Periodic_Consumer_Command : public TAO_Notify_Tests_Command
{
public:
/// Constuctor
- TAO_NS_Periodic_Consumer_Command (void);
+ TAO_Notify_Tests_Periodic_Consumer_Command (void);
/// Destructor
- ~TAO_NS_Periodic_Consumer_Command ();
+ ~TAO_Notify_Tests_Periodic_Consumer_Command ();
/// Parse args and populate options.
virtual void init (ACE_Arg_Shifter& arg_shifter);
@@ -80,7 +80,7 @@ protected:
///= Methods
// Retreive the consumer.
- TAO_NS_Periodic_Consumer* consumer (void);
+ TAO_Notify_Tests_Periodic_Consumer* consumer (void);
///= Handlers
void handle_create (ACE_ENV_SINGLE_ARG_DECL);
@@ -92,4 +92,4 @@ protected:
};
#include "ace/post.h"
-#endif /* TAO_NS_PERIODICCONSUMER_COMMAND_H */
+#endif /* TAO_Notify_Tests_PERIODICCONSUMER_COMMAND_H */