summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FT_App/StubBatchConsumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/FT_App/StubBatchConsumer.h')
-rw-r--r--TAO/orbsvcs/tests/FT_App/StubBatchConsumer.h16
1 files changed, 3 insertions, 13 deletions
diff --git a/TAO/orbsvcs/tests/FT_App/StubBatchConsumer.h b/TAO/orbsvcs/tests/FT_App/StubBatchConsumer.h
index 24f067a4fd2..2712f5bbdf3 100644
--- a/TAO/orbsvcs/tests/FT_App/StubBatchConsumer.h
+++ b/TAO/orbsvcs/tests/FT_App/StubBatchConsumer.h
@@ -76,25 +76,15 @@ public:
virtual void push_structured_events (
const CosNotification::EventBatch & notifications
- )
- ACE_THROW_SPEC ((
- CORBA::SystemException
- , CosEventComm::Disconnected
- ));
+ );
virtual void disconnect_sequence_push_consumer (
- )
- ACE_THROW_SPEC ((
- CORBA::SystemException
- ));
+ );
virtual void offer_change (
const CosNotification::EventTypeSeq & added,
const CosNotification::EventTypeSeq & removed
- )
- ACE_THROW_SPEC ((
- CORBA::SystemException, CosNotifyComm::InvalidEventType
- ));
+ );
////////////////////
// Forbidden methods