summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FT_App/StubFaultConsumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/FT_App/StubFaultConsumer.h')
-rw-r--r--TAO/orbsvcs/tests/FT_App/StubFaultConsumer.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/FT_App/StubFaultConsumer.h b/TAO/orbsvcs/tests/FT_App/StubFaultConsumer.h
index 111d44eac95..89a59f19b28 100644
--- a/TAO/orbsvcs/tests/FT_App/StubFaultConsumer.h
+++ b/TAO/orbsvcs/tests/FT_App/StubFaultConsumer.h
@@ -79,17 +79,14 @@ public:
// CORBA methods
virtual void push_structured_event(
const CosNotification::StructuredEvent &notification
- )
- ACE_THROW_SPEC ((CORBA::SystemException, CosEventComm::Disconnected));
+ );
virtual void offer_change (
const CosNotification::EventTypeSeq & added,
const CosNotification::EventTypeSeq & removed
- )
- ACE_THROW_SPEC ((CORBA::SystemException, CosNotifyComm::InvalidEventType));
+ );
- virtual void disconnect_structured_push_consumer(void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void disconnect_structured_push_consumer(void);
////////////////////
// Forbidden methods