summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Channel_Clients_T.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-09 21:16:13 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-09 21:16:13 +0000
commite941cef7a751a97cc16564eb13741b86a2abd661 (patch)
treeb38b5a828c9a5b1fc00aa855361d6dece26b6000 /TAO/orbsvcs/orbsvcs/Channel_Clients_T.h
parent3d496410aa90721ca568447feb229aff57d06863 (diff)
downloadATCD-e941cef7a751a97cc16564eb13741b86a2abd661.tar.gz
ChangeLogTag:Mon Feb 9 12:59:29 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Channel_Clients_T.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Channel_Clients_T.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Channel_Clients_T.h b/TAO/orbsvcs/orbsvcs/Channel_Clients_T.h
index 1dd52e82ea6..09002a8ebaa 100644
--- a/TAO/orbsvcs/orbsvcs/Channel_Clients_T.h
+++ b/TAO/orbsvcs/orbsvcs/Channel_Clients_T.h
@@ -1,5 +1,5 @@
/* -*- C++ -*- */
-// $Id $
+// $Id$
//
// ============================================================================
//
@@ -24,12 +24,12 @@
#ifndef ACE_CHANNEL_CLIENTS_T_H
#define ACE_CHANNEL_CLIENTS_T_H
-#include "orbsvcs/RtecEventCommC.h"
+#include "orbsvcs/RtecEventCommS.h"
-// TODO: Add throw specs to this classes.
+// @@ TODO: Add throw specs to this classes.
template <class TARGET>
-class ACE_PushConsumer_Adapter : public RtecEventComm::PushConsumer
+class ACE_PushConsumer_Adapter : public POA_RtecEventComm::PushConsumer
// = TITLE
// ACE Push Consumer Adapter
//
@@ -41,7 +41,7 @@ public:
// Forwards all calls to <owner>.
virtual void push (const RtecEventComm::EventSet& events,
- CORBA::Environment &);
+ CORBA::Environment &_env);
// Forwards to target_.
virtual void disconnect_push_consumer (CORBA::Environment &);
@@ -54,7 +54,7 @@ private:
// ************************************************************
template <class TARGET>
-class ACE_PushSupplier_Adapter : public RtecEventComm::PushSupplier
+class ACE_PushSupplier_Adapter : public POA_RtecEventComm::PushSupplier
// = TITLE
// ACE Push Supplier Adapter
//