summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FtRtEvent/PushConsumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/FtRtEvent/PushConsumer.h')
-rw-r--r--TAO/orbsvcs/tests/FtRtEvent/PushConsumer.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/TAO/orbsvcs/tests/FtRtEvent/PushConsumer.h b/TAO/orbsvcs/tests/FtRtEvent/PushConsumer.h
index 950766fe295..c1af32ca71f 100644
--- a/TAO/orbsvcs/tests/FtRtEvent/PushConsumer.h
+++ b/TAO/orbsvcs/tests/FtRtEvent/PushConsumer.h
@@ -22,16 +22,10 @@ public:
virtual void push (
const RtecEventComm::EventSet & data
- )
- ACE_THROW_SPEC ((
- CORBA::SystemException
- ));
+ );
virtual void disconnect_push_consumer (
- )
- ACE_THROW_SPEC ((
- CORBA::SystemException
- ));
+ );
private:
CORBA::ORB_var orb_;
PushConsumer_impl(const PushConsumer_impl&);