summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/lib/Direct_Consumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib/Direct_Consumer.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Direct_Consumer.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/Direct_Consumer.h b/TAO/orbsvcs/tests/Notify/lib/Direct_Consumer.h
index 38e486dea6d..ec9120835a9 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Direct_Consumer.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Direct_Consumer.h
@@ -9,8 +9,8 @@
*
*/
-#ifndef TAO_NS_DIRECT_CONSUMER_H
-#define TAO_NS_DIRECT_CONSUMER_H
+#ifndef TAO_Notify_Tests_DIRECT_CONSUMER_H
+#define TAO_Notify_Tests_DIRECT_CONSUMER_H
#include "ace/pre.h"
#include "notify_test_export.h"
@@ -22,23 +22,23 @@
#include "Periodic_Consumer.h"
/**
- * @class TAO_NS_Direct_Consumer
+ * @class TAO_Notify_Tests_Direct_Consumer
*
* @brief Does not connect to the Notification Service. The Direct Supplier supplies events directly.
*
*/
-class TAO_NOTIFY_TEST_Export TAO_NS_Direct_Consumer : public TAO_NS_Periodic_Consumer
+class TAO_NOTIFY_TEST_Export TAO_Notify_Tests_Direct_Consumer : public TAO_Notify_Tests_Periodic_Consumer
{
public:
/// Constuctor
- TAO_NS_Direct_Consumer (void);
+ TAO_Notify_Tests_Direct_Consumer (void);
/// Destructor
- ~TAO_NS_Direct_Consumer ();
+ ~TAO_Notify_Tests_Direct_Consumer ();
/// Connect using options parsed and set initial QoS.
virtual void connect (ACE_ENV_SINGLE_ARG_DECL);
};
#include "ace/post.h"
-#endif /* TAO_NS_DIRECT_CONSUMER_H */
+#endif /* TAO_Notify_Tests_DIRECT_CONSUMER_H */