summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/CosEvent/lib/Counting_Consumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/CosEvent/lib/Counting_Consumer.h')
-rw-r--r--TAO/orbsvcs/tests/CosEvent/lib/Counting_Consumer.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/CosEvent/lib/Counting_Consumer.h b/TAO/orbsvcs/tests/CosEvent/lib/Counting_Consumer.h
index 7b30ad07f53..e3d0304fc2e 100644
--- a/TAO/orbsvcs/tests/CosEvent/lib/Counting_Consumer.h
+++ b/TAO/orbsvcs/tests/CosEvent/lib/Counting_Consumer.h
@@ -49,10 +49,8 @@ public:
// = The CosEventComm::PushConsumer methods
- virtual void push (const CORBA::Any& events)
- ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void disconnect_push_consumer (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void push (const CORBA::Any& events);
+ virtual void disconnect_push_consumer (void);
// The skeleton methods.
CORBA::ULong event_count;
@@ -95,8 +93,7 @@ public:
CORBA::Any *try_pull (CORBA::Boolean_out has_event);
// = The CosEventComm::PullConsumer methods
- virtual void disconnect_pull_consumer (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void disconnect_pull_consumer (void);
// The skeleton methods.
CORBA::ULong event_count;