diff options
Diffstat (limited to 'TAO/orbsvcs/examples/RtEC/IIOPGateway/Supplier.h')
-rw-r--r-- | TAO/orbsvcs/examples/RtEC/IIOPGateway/Supplier.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/IIOPGateway/Supplier.h b/TAO/orbsvcs/examples/RtEC/IIOPGateway/Supplier.h index e42042c197d..4e4a3c97fe7 100644 --- a/TAO/orbsvcs/examples/RtEC/IIOPGateway/Supplier.h +++ b/TAO/orbsvcs/examples/RtEC/IIOPGateway/Supplier.h @@ -36,8 +36,7 @@ public: // = The RtecEventComm::PushSupplier methods /// The skeleton methods. - virtual void disconnect_push_supplier (void) - ACE_THROW_SPEC ((CORBA::SystemException)); + virtual void disconnect_push_supplier (void); private: int parse_args (int argc, char *argv[]); |