summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.h b/TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.h
index 68d24401d7c..841785f955f 100644
--- a/TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.h
+++ b/TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.h
@@ -80,19 +80,12 @@ protected:
virtual void disconnect_from_proxy (void);
// = StructuredPushConsumer methods
- virtual void disconnect_structured_push_consumer (void)
- ACE_THROW_SPEC ((
- CORBA::SystemException
- ));
+ virtual void disconnect_structured_push_consumer (void);
/// Default does nothing.
virtual void push_structured_event (
const CosNotification::StructuredEvent & notification
- )
- ACE_THROW_SPEC ((
- CORBA::SystemException,
- CosEventComm::Disconnected
- ));
+ );
};
#if defined (__ACE_INLINE__)