summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Channel_Clients_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Channel_Clients_T.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Channel_Clients_T.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Channel_Clients_T.h b/TAO/orbsvcs/orbsvcs/Channel_Clients_T.h
index 2ddc42d258b..f3f24f0e460 100644
--- a/TAO/orbsvcs/orbsvcs/Channel_Clients_T.h
+++ b/TAO/orbsvcs/orbsvcs/Channel_Clients_T.h
@@ -41,12 +41,10 @@ public:
// Forwards all calls to <owner>.
virtual void push (const RtecEventComm::EventSet& events,
- CORBA::Environment &_env)
- ACE_THROW_SPEC (( CORBA::SystemException));
+ CORBA::Environment &_env);
// Forwards to target_.
- virtual void disconnect_push_consumer (CORBA::Environment &)
- ACE_THROW_SPEC (( CORBA::SystemException));
+ virtual void disconnect_push_consumer (CORBA::Environment &);
// Forwards to target_.
private:
@@ -70,8 +68,7 @@ public:
ACE_PushSupplier_Adapter (TARGET *target);
// Forwards all calls to <owner>.
- virtual void disconnect_push_supplier (CORBA::Environment &)
- ACE_THROW_SPEC (( CORBA::SystemException));
+ virtual void disconnect_push_supplier (CORBA::Environment &);
// Forwards to target_.
private: