summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Blocking/Notify_Structured_Push_Consumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Blocking/Notify_Structured_Push_Consumer.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/Blocking/Notify_Structured_Push_Consumer.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Blocking/Notify_Structured_Push_Consumer.h b/TAO/orbsvcs/tests/Notify/Blocking/Notify_Structured_Push_Consumer.h
index 9b9e143af85..afc3eff9095 100644
--- a/TAO/orbsvcs/tests/Notify/Blocking/Notify_Structured_Push_Consumer.h
+++ b/TAO/orbsvcs/tests/Notify/Blocking/Notify_Structured_Push_Consumer.h
@@ -32,12 +32,10 @@ public:
unsigned int expected,
Notify_Test_Client& client);
- void _connect (CosNotifyChannelAdmin::ConsumerAdmin_ptr consumer_admin)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void _connect (CosNotifyChannelAdmin::ConsumerAdmin_ptr consumer_admin);
protected:
- void push_structured_event (const CosNotification::StructuredEvent&)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void push_structured_event (const CosNotification::StructuredEvent&);
ACE_CString name_;
TimeBase::TimeT blocking_timeout_;