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.cpp12
1 files changed, 3 insertions, 9 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Channel_Clients_T.cpp b/TAO/orbsvcs/orbsvcs/Channel_Clients_T.cpp
index 4120f0a3aca..61057fea1b2 100644
--- a/TAO/orbsvcs/orbsvcs/Channel_Clients_T.cpp
+++ b/TAO/orbsvcs/orbsvcs/Channel_Clients_T.cpp
@@ -13,25 +13,19 @@ 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))
+ CORBA::Environment &TAO_IN_ENV)
{
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))
+ACE_PushConsumer_Adapter<TARGET>::disconnect_push_consumer (CORBA::Environment &TAO_IN_ENV)
{
-
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))
+ACE_PushSupplier_Adapter<TARGET>::disconnect_push_supplier (CORBA::Environment &TAO_IN_ENV)
{
target_->disconnect_push_supplier (TAO_IN_ENV);
}