summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/lib/PushConsumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib/PushConsumer.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/PushConsumer.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/PushConsumer.h b/TAO/orbsvcs/tests/Notify/lib/PushConsumer.h
index 46a6094d304..e9910cd9021 100644
--- a/TAO/orbsvcs/tests/Notify/lib/PushConsumer.h
+++ b/TAO/orbsvcs/tests/Notify/lib/PushConsumer.h
@@ -9,8 +9,8 @@
*
*/
-#ifndef TAO_NS_PUSHCONSUMER_H
-#define TAO_NS_PUSHCONSUMER_H
+#ifndef TAO_Notify_Tests_PUSHCONSUMER_H
+#define TAO_Notify_Tests_PUSHCONSUMER_H
#include "ace/pre.h"
#include "notify_test_export.h"
@@ -24,7 +24,7 @@
#include "Consumer_T.h"
-class TAO_NOTIFY_TEST_Export TAO_NS_ProxyPushSupplier_Traits
+class TAO_NOTIFY_TEST_Export TAO_Notify_Tests_ProxyPushSupplier_Traits
{
public:
typedef CosNotifyChannelAdmin::ProxyPushSupplier INTERFACE;
@@ -33,44 +33,44 @@ public:
typedef CosNotifyChannelAdmin::ProxyID ID;
};
-class TAO_NOTIFY_TEST_Export TAO_NS_PushConsumer_Traits
+class TAO_NOTIFY_TEST_Export TAO_Notify_Tests_PushConsumer_Traits
{
public:
- TAO_NS_PushConsumer_Traits (void);
+ TAO_Notify_Tests_PushConsumer_Traits (void);
typedef CosNotifyComm::PushConsumer INTERFACE;
typedef CosNotifyComm::PushConsumer_ptr PTR;
typedef CosNotifyComm::PushConsumer_var VAR;
typedef POA_CosNotifyComm::PushConsumer SKELETON;
- typedef TAO_NS_ProxyPushSupplier_Traits Proxy_Traits;
- typedef TAO_NS_ConsumerAdmin_Traits Admin_Traits;
- typedef TAO_NS_ConsumerAdmin_Ext_Traits Admin_Ext_Traits;
+ typedef TAO_Notify_Tests_ProxyPushSupplier_Traits Proxy_Traits;
+ typedef TAO_Notify_Tests_ConsumerAdmin_Traits Admin_Traits;
+ typedef TAO_Notify_Tests_ConsumerAdmin_Ext_Traits Admin_Ext_Traits;
const CosNotifyChannelAdmin::ClientType type_;
};
-typedef TAO_NS_Consumer_T<TAO_NS_PushConsumer_Traits> TAO_NS_PushConsumer_Base;
+typedef TAO_Notify_Tests_Consumer_T<TAO_Notify_Tests_PushConsumer_Traits> TAO_Notify_Tests_PushConsumer_Base;
/**
- * @class TAO_NS_PushConsumer
+ * @class TAO_Notify_Tests_PushConsumer
*
* @brief PushConsumer implementation.
*
*/
-class TAO_NOTIFY_TEST_Export TAO_NS_PushConsumer : public TAO_NS_PushConsumer_Base
+class TAO_NOTIFY_TEST_Export TAO_Notify_Tests_PushConsumer : public TAO_Notify_Tests_PushConsumer_Base
{
- typedef TAO_NS_PushConsumer_Traits Peer_Traits;
+ typedef TAO_Notify_Tests_PushConsumer_Traits Peer_Traits;
typedef Peer_Traits::Admin_Traits Admin_Traits;
typedef Peer_Traits::Admin_Ext_Traits Admin_Ext_Traits;
typedef Peer_Traits::Proxy_Traits Proxy_Traits;
public:
/// Constuctor
- TAO_NS_PushConsumer (void);
+ TAO_Notify_Tests_PushConsumer (void);
/// Destructor
- virtual ~TAO_NS_PushConsumer ();
+ virtual ~TAO_Notify_Tests_PushConsumer ();
protected:
/// Connect to Peer.
@@ -101,4 +101,4 @@ protected:
#endif /* __ACE_INLINE__ */
#include "ace/post.h"
-#endif /* TAO_NS_PUSHCONSUMER_H */
+#endif /* TAO_Notify_Tests_PUSHCONSUMER_H */