summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Channel_Clients_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Channel_Clients_T.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Channel_Clients_T.cpp39
1 files changed, 0 insertions, 39 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Channel_Clients_T.cpp b/TAO/orbsvcs/orbsvcs/Channel_Clients_T.cpp
deleted file mode 100644
index 4120f0a3aca..00000000000
--- a/TAO/orbsvcs/orbsvcs/Channel_Clients_T.cpp
+++ /dev/null
@@ -1,39 +0,0 @@
-// $Id$
-
-#ifndef ACE_CHANNEL_CLIENTS_T_C
-#define ACE_CHANNEL_CLIENTS_T_C
-
-#include "orbsvcs/Channel_Clients_T.h"
-
-#if !defined (__ACE_INLINE__)
-#include "orbsvcs/Channel_Clients_T.i"
-#endif /* __ACE_INLINE__ */
-
-ACE_RCSID(orbsvcs, Channel_Clients_T, "$Id$")
-
-template<class TARGET> void
-ACE_PushConsumer_Adapter<TARGET>::push (const RtecEventComm::EventSet& events,
- CORBA::Environment &TAO_IN_ENV)
- ACE_THROW_SPEC (( CORBA::SystemException))
-{
- target_->push (events, TAO_IN_ENV);
-}
-
-template<class TARGET> void
-ACE_PushConsumer_Adapter<TARGET>::disconnect_push_consumer (
- CORBA::Environment &TAO_IN_ENV)
- ACE_THROW_SPEC (( CORBA::SystemException))
-{
-
- target_->disconnect_push_consumer (TAO_IN_ENV);
-}
-
-template<class TARGET> void
-ACE_PushSupplier_Adapter<TARGET>::disconnect_push_supplier (
- CORBA::Environment &TAO_IN_ENV)
- ACE_THROW_SPEC (( CORBA::SystemException))
-{
- target_->disconnect_push_supplier (TAO_IN_ENV);
-}
-
-#endif /* ACE_CHANNEL_CLIENTS_T_C */