summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier_Command.h
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-06 21:41:59 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-06 21:41:59 +0000
commit841fa191a1b0d5cc11126ab8ebcfabe81e67cdf3 (patch)
tree81718fd25f82ab70bf2b1fe6f14b52a7f7df9b56 /TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier_Command.h
parentc070c5964e6e0a9eb3aafb291d65ff0f7c6944a9 (diff)
downloadATCD-841fa191a1b0d5cc11126ab8ebcfabe81e67cdf3.tar.gz
ChangeLogTag: Sun Jul 06 17:40:19 2003 Pradeep Gore <pradeep@oomworks.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier_Command.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier_Command.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier_Command.h b/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier_Command.h
index 7830c6d884d..f6da7cad4cc 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier_Command.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier_Command.h
@@ -9,8 +9,8 @@
*
*/
-#ifndef TAO_NS_PERIODICSUPPLIER_COMMAND_H
-#define TAO_NS_PERIODICSUPPLIER_COMMAND_H
+#ifndef TAO_Notify_Tests_PERIODICSUPPLIER_COMMAND_H
+#define TAO_Notify_Tests_PERIODICSUPPLIER_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_Supplier;
+class TAO_Notify_Tests_Periodic_Supplier;
/**
- * @class TAO_NS_Periodic_Supplier_Command
+ * @class TAO_Notify_Tests_Periodic_Supplier_Command
*
* @brief Command for Periodic Suppliers.
*
*/
-class TAO_NOTIFY_TEST_Export TAO_NS_Periodic_Supplier_Command : public TAO_NS_Command
+class TAO_NOTIFY_TEST_Export TAO_Notify_Tests_Periodic_Supplier_Command : public TAO_Notify_Tests_Command
{
public:
/// Constuctor
- TAO_NS_Periodic_Supplier_Command (void);
+ TAO_Notify_Tests_Periodic_Supplier_Command (void);
/// Destructor
- ~TAO_NS_Periodic_Supplier_Command ();
+ ~TAO_Notify_Tests_Periodic_Supplier_Command ();
/// Parse args and populate options.
virtual void init (ACE_Arg_Shifter& arg_shifter);
@@ -80,7 +80,7 @@ protected:
///= Methods
// Retreive the suppliers.
- TAO_NS_Periodic_Supplier* supplier (void);
+ TAO_Notify_Tests_Periodic_Supplier* supplier (void);
///= Handlers
void handle_create (ACE_ENV_SINGLE_ARG_DECL);
@@ -92,4 +92,4 @@ protected:
};
#include "ace/post.h"
-#endif /* TAO_NS_PERIODICSUPPLIER_COMMAND_H */
+#endif /* TAO_Notify_Tests_PERIODICSUPPLIER_COMMAND_H */