summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Builder.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Builder.h46
1 files changed, 23 insertions, 23 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Builder.h b/TAO/orbsvcs/orbsvcs/Notify/Builder.h
index cf668dc885f..7698c31ab2e 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Builder.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Builder.h
@@ -9,8 +9,8 @@
*
*/
-#ifndef TAO_NS_BUILDER_H
-#define TAO_NS_BUILDER_H
+#ifndef TAO_Notify_BUILDER_H
+#define TAO_Notify_BUILDER_H
#include "ace/pre.h"
#include "notify_export.h"
@@ -24,25 +24,25 @@
#include "orbsvcs/NotifyExtC.h"
#include "AdminProperties.h"
-class TAO_NS_EventChannelFactory;
-class TAO_NS_EventChannel;
-class TAO_NS_SupplierAdmin;
-class TAO_NS_ConsumerAdmin;
-class TAO_NS_FilterFactory;
-class TAO_NS_Object;
+class TAO_Notify_EventChannelFactory;
+class TAO_Notify_EventChannel;
+class TAO_Notify_SupplierAdmin;
+class TAO_Notify_ConsumerAdmin;
+class TAO_Notify_FilterFactory;
+class TAO_Notify_Object;
/**
- * @class TAO_NS_Builder
+ * @class TAO_Notify_Builder
*
* @brief Helper class to create and activate CORBA objects.
*
*/
-class TAO_Notify_Export TAO_NS_Builder
+class TAO_Notify_Export TAO_Notify_Builder
{
public:
- TAO_NS_Builder (void);
+ TAO_Notify_Builder (void);
- virtual ~TAO_NS_Builder ();
+ virtual ~TAO_Notify_Builder ();
///= Factory Methods
@@ -55,7 +55,7 @@ public:
/// Build EventChannel.
virtual CosNotifyChannelAdmin::EventChannel_ptr
- build_event_channel (TAO_NS_EventChannelFactory* ecf
+ build_event_channel (TAO_Notify_EventChannelFactory* ecf
, const CosNotification::QoSProperties & initial_qos
, const CosNotification::AdminProperties & initial_admin
, CosNotifyChannelAdmin::ChannelID_out id
@@ -63,21 +63,21 @@ public:
/// Build ConsumerAdmin
virtual CosNotifyChannelAdmin::ConsumerAdmin_ptr
- build_consumer_admin (TAO_NS_EventChannel* ec
+ build_consumer_admin (TAO_Notify_EventChannel* ec
, CosNotifyChannelAdmin::InterFilterGroupOperator op
, CosNotifyChannelAdmin::AdminID_out id
ACE_ENV_ARG_DECL);
/// Build SupplierAdmin
virtual CosNotifyChannelAdmin::SupplierAdmin_ptr
- build_supplier_admin (TAO_NS_EventChannel* ec
+ build_supplier_admin (TAO_Notify_EventChannel* ec
, CosNotifyChannelAdmin::InterFilterGroupOperator op
, CosNotifyChannelAdmin::AdminID_out id
ACE_ENV_ARG_DECL);
/// Build ProxyConsumer
virtual CosNotifyChannelAdmin::ProxyConsumer_ptr
- build_proxy (TAO_NS_SupplierAdmin* sa
+ build_proxy (TAO_Notify_SupplierAdmin* sa
, CosNotifyChannelAdmin::ClientType ctype
, CosNotifyChannelAdmin::ProxyID_out proxy_id
, const CosNotification::QoSProperties & initial_qos
@@ -85,7 +85,7 @@ public:
/// Build ProxySupplier.
virtual CosNotifyChannelAdmin::ProxySupplier_ptr
- build_proxy (TAO_NS_ConsumerAdmin* ca
+ build_proxy (TAO_Notify_ConsumerAdmin* ca
, CosNotifyChannelAdmin::ClientType ctype
, CosNotifyChannelAdmin::ProxyID_out proxy_id
, const CosNotification::QoSProperties & initial_qos
@@ -93,20 +93,20 @@ public:
/// Build CosEC style ProxySupplier.
virtual CosEventChannelAdmin::ProxyPushSupplier_ptr
- build_proxy (TAO_NS_ConsumerAdmin* ca ACE_ENV_ARG_DECL);
+ build_proxy (TAO_Notify_ConsumerAdmin* ca ACE_ENV_ARG_DECL);
/// Build CosEC style ProxyConsumer.
virtual CosEventChannelAdmin::ProxyPushConsumer_ptr
- build_proxy (TAO_NS_SupplierAdmin* sa ACE_ENV_ARG_DECL);
+ build_proxy (TAO_Notify_SupplierAdmin* sa ACE_ENV_ARG_DECL);
/// Apply Reactive concurrency.
- virtual void apply_reactive_concurrency (TAO_NS_Object& object ACE_ENV_ARG_DECL);
+ virtual void apply_reactive_concurrency (TAO_Notify_Object& object ACE_ENV_ARG_DECL);
/// Apply Thread Pools.
- virtual void apply_thread_pool_concurrency (TAO_NS_Object& object, const NotifyExt::ThreadPoolParams& tp_params ACE_ENV_ARG_DECL);
+ virtual void apply_thread_pool_concurrency (TAO_Notify_Object& object, const NotifyExt::ThreadPoolParams& tp_params ACE_ENV_ARG_DECL);
/// Apply Thread Pools with Lanes.
- virtual void apply_lane_concurrency (TAO_NS_Object& object, const NotifyExt::ThreadPoolLanesParams& tpl_params ACE_ENV_ARG_DECL);
+ virtual void apply_lane_concurrency (TAO_Notify_Object& object, const NotifyExt::ThreadPoolLanesParams& tpl_params ACE_ENV_ARG_DECL);
};
#if defined (__ACE_INLINE__)
@@ -114,4 +114,4 @@ public:
#endif /* __ACE_INLINE__ */
#include "ace/post.h"
-#endif /* TAO_NS_BUILDER_H */
+#endif /* TAO_Notify_BUILDER_H */