summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/RT_Builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/RT_Builder.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/RT_Builder.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/RT_Builder.h b/TAO/orbsvcs/orbsvcs/Notify/RT_Builder.h
index ca8beb37ad6..bfeb17357b1 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/RT_Builder.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/RT_Builder.h
@@ -9,8 +9,8 @@
*
*/
-#ifndef TAO_NS_RT_BUILDER_H
-#define TAO_NS_RT_BUILDER_H
+#ifndef TAO_Notify_RT_BUILDER_H
+#define TAO_Notify_RT_BUILDER_H
#include "ace/pre.h"
#include "rt_notify_export.h"
@@ -22,25 +22,25 @@
#include "Builder.h"
/**
- * @class TAO_NS_RT_Builder
+ * @class TAO_Notify_RT_Builder
*
* @brief Builder for RT specific classes.
*
*/
-class TAO_RT_Notify_Export TAO_NS_RT_Builder : public TAO_NS_Builder
+class TAO_RT_Notify_Export TAO_Notify_RT_Builder : public TAO_Notify_Builder
{
public:
/// Constuctor
- TAO_NS_RT_Builder (void);
+ TAO_Notify_RT_Builder (void);
/// Destructor
- virtual ~TAO_NS_RT_Builder ();
+ virtual ~TAO_Notify_RT_Builder ();
/// 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__)
@@ -48,4 +48,4 @@ public:
#endif /* __ACE_INLINE__ */
#include "ace/post.h"
-#endif /* TAO_NS_RT_BUILDER_H */
+#endif /* TAO_Notify_RT_BUILDER_H */