summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Notify/Lanes/Consumer_Client.h
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-06 21:41:59 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-06 21:41:59 +0000
commit816b9e2f354c665660f68af62de586b4fbce88fb (patch)
tree81718fd25f82ab70bf2b1fe6f14b52a7f7df9b56 /TAO/orbsvcs/examples/Notify/Lanes/Consumer_Client.h
parent0fb1f9698feed36fd4ea9e4f0321cac881b6d2a2 (diff)
downloadATCD-816b9e2f354c665660f68af62de586b4fbce88fb.tar.gz
ChangeLogTag: Sun Jul 06 17:40:19 2003 Pradeep Gore <pradeep@oomworks.com>
Diffstat (limited to 'TAO/orbsvcs/examples/Notify/Lanes/Consumer_Client.h')
-rw-r--r--TAO/orbsvcs/examples/Notify/Lanes/Consumer_Client.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/TAO/orbsvcs/examples/Notify/Lanes/Consumer_Client.h b/TAO/orbsvcs/examples/Notify/Lanes/Consumer_Client.h
index ef483c0c8e4..782bf426f5c 100644
--- a/TAO/orbsvcs/examples/Notify/Lanes/Consumer_Client.h
+++ b/TAO/orbsvcs/examples/Notify/Lanes/Consumer_Client.h
@@ -9,8 +9,8 @@
*
*/
-#ifndef TAO_NS_CONSUMER_CLIENT_H
-#define TAO_NS_CONSUMER_CLIENT_H
+#ifndef TAO_Notify_CONSUMER_CLIENT_H
+#define TAO_Notify_CONSUMER_CLIENT_H
#include "ace/pre.h"
#include "ORB_Objects.h"
@@ -18,22 +18,22 @@
#include "tao/corba.h"
#include "tao/RTCORBA/RTCORBA.h"
-class TAO_NS_Consumer;
+class TAO_Notify_Lanes_Consumer;
/**
- * @class TAO_NS_Consumer_Client
+ * @class TAO_Notify_Lanes_Consumer_Client
*
* @brief
*
*/
-class TAO_NS_Consumer_Client : public ACE_Task_Base
+class TAO_Notify_Lanes_Consumer_Client : public ACE_Task_Base
{
public:
/// Constuctor
- TAO_NS_Consumer_Client (TAO_NS_ORB_Objects& orb_objects);
+ TAO_Notify_Lanes_Consumer_Client (TAO_Notify_ORB_Objects& orb_objects);
/// Destructor
- ~TAO_NS_Consumer_Client ();
+ ~TAO_Notify_Lanes_Consumer_Client ();
/// Init
void initialize (ACE_ENV_SINGLE_ARG_DECL);
@@ -52,7 +52,7 @@ protected:
PortableServer::POA_ptr create_rt_poa (ACE_ENV_SINGLE_ARG_DECL);
/// ORB Objects.
- TAO_NS_ORB_Objects orb_objects_;
+ TAO_Notify_ORB_Objects orb_objects_;
/// Lock to serialize internal state.
TAO_SYNCH_MUTEX lock_;
@@ -64,11 +64,11 @@ protected:
RTCORBA::Priority lane_priority_;
/// The Consumer.
- TAO_NS_Consumer* consumer_;
+ TAO_Notify_Lanes_Consumer* consumer_;
/// The Type the Consumer should subscribe to.
ACE_CString event_type_;
};
#include "ace/post.h"
-#endif /* TAO_NS_CONSUMER_CLIENT_H */
+#endif /* TAO_Notify_CONSUMER_CLIENT_H */