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 5f5a0b217ae..b61b8ebb51f 100644
--- a/TAO/orbsvcs/orbsvcs/Channel_Clients_T.h
+++ b/TAO/orbsvcs/orbsvcs/Channel_Clients_T.h
@@ -45,12 +45,10 @@ public:
ACE_PushConsumer_Adapter (TARGET *target);
/// Forwards to target_.
- virtual void push (const RtecEventComm::EventSet& events)
- ACE_THROW_SPEC (( CORBA::SystemException));
+ virtual void push (const RtecEventComm::EventSet& events);
/// Forwards to target_.
- virtual void disconnect_push_consumer (void)
- ACE_THROW_SPEC (( CORBA::SystemException));
+ virtual void disconnect_push_consumer (void);
private:
TARGET *target_;
@@ -73,8 +71,7 @@ public:
ACE_PushSupplier_Adapter (TARGET *target);
/// Forwards to target_.
- virtual void disconnect_push_supplier (void)
- ACE_THROW_SPEC (( CORBA::SystemException));
+ virtual void disconnect_push_supplier (void);
private:
TARGET *target_;