summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredPushConsumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredPushConsumer.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredPushConsumer.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredPushConsumer.h b/TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredPushConsumer.h
index d0e950a34c5..6687ace54d0 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredPushConsumer.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredPushConsumer.h
@@ -9,8 +9,8 @@
*
*/
-#ifndef TAO_NS_STRUCTUREDPUSHCONSUMER_H
-#define TAO_NS_STRUCTUREDPUSHCONSUMER_H
+#ifndef TAO_Notify_STRUCTUREDPUSHCONSUMER_H
+#define TAO_Notify_STRUCTUREDPUSHCONSUMER_H
#include "ace/pre.h"
#include "../notify_export.h"
@@ -22,34 +22,34 @@
#include "orbsvcs/CosNotifyCommC.h"
#include "../Consumer.h"
-class TAO_NS_ProxySupplier;
+class TAO_Notify_ProxySupplier;
/**
- * @class TAO_NS_StructuredPushConsumer
+ * @class TAO_Notify_StructuredPushConsumer
*
* @brief Wrapper for the StructuredPushConsumer that connect to the EventChannel.
*
*/
-class TAO_Notify_Export TAO_NS_StructuredPushConsumer : public TAO_NS_Consumer
+class TAO_Notify_Export TAO_Notify_StructuredPushConsumer : public TAO_Notify_Consumer
{
public:
/// Constuctor
- TAO_NS_StructuredPushConsumer (TAO_NS_ProxySupplier* proxy);
+ TAO_Notify_StructuredPushConsumer (TAO_Notify_ProxySupplier* proxy);
/// Init the Consumer
void init (CosNotifyComm::StructuredPushConsumer_ptr push_consumer ACE_ENV_ARG_DECL);
/// Destructor
- ~TAO_NS_StructuredPushConsumer ();
+ ~TAO_Notify_StructuredPushConsumer ();
/// Release
virtual void release (void);
/// Push <event> to this consumer.
- virtual void push_i (const TAO_NS_Event* event ACE_ENV_ARG_DECL);
+ virtual void push_i (const TAO_Notify_Event* event ACE_ENV_ARG_DECL);
/// Push <event> to this consumer.
- virtual void push_i (const TAO_NS_Event_var& event ACE_ENV_ARG_DECL);
+ virtual void push_i (const TAO_Notify_Event_var& event ACE_ENV_ARG_DECL);
/// Push <event> to this consumer.
virtual void push (const CORBA::Any& event ACE_ENV_ARG_DECL);
@@ -67,4 +67,4 @@ protected:
#endif /* __ACE_INLINE__ */
#include "ace/post.h"
-#endif /* TAO_NS_STRUCTUREDPUSHCONSUMER_H */
+#endif /* TAO_Notify_STRUCTUREDPUSHCONSUMER_H */