summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/lib/Relay_Consumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib/Relay_Consumer.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Relay_Consumer.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/Relay_Consumer.h b/TAO/orbsvcs/tests/Notify/lib/Relay_Consumer.h
index c85ae9f7326..441ab844518 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Relay_Consumer.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Relay_Consumer.h
@@ -9,8 +9,8 @@
*
*/
-#ifndef TAO_NS_RELAY_CONSUMER_H
-#define TAO_NS_RELAY_CONSUMER_H
+#ifndef TAO_Notify_Tests_RELAY_CONSUMER_H
+#define TAO_Notify_Tests_RELAY_CONSUMER_H
#include "ace/pre.h"
#include "notify_test_export.h"
@@ -22,19 +22,19 @@
#include "Direct_Consumer.h"
/**
- * @class TAO_NS_Relay_Consumer
+ * @class TAO_Notify_Tests_Relay_Consumer
*
* @brief Relay events to a destination consumer.
*
*/
-class TAO_NOTIFY_TEST_Export TAO_NS_Relay_Consumer : public TAO_NS_Direct_Consumer
+class TAO_NOTIFY_TEST_Export TAO_Notify_Tests_Relay_Consumer : public TAO_Notify_Tests_Direct_Consumer
{
public:
/// Constuctor
- TAO_NS_Relay_Consumer (ACE_CString& destination);
+ TAO_Notify_Tests_Relay_Consumer (ACE_CString& destination);
/// Destructor
- ~TAO_NS_Relay_Consumer ();
+ ~TAO_Notify_Tests_Relay_Consumer ();
/// Connect using options parsed and set initial QoS.
virtual void connect (ACE_ENV_SINGLE_ARG_DECL);
@@ -53,4 +53,4 @@ protected:
};
#include "ace/post.h"
-#endif /* TAO_NS_RELAY_CONSUMER_H */
+#endif /* TAO_Notify_Tests_RELAY_CONSUMER_H */