summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/CosEvent/lib/Counting_Supplier.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/CosEvent/lib/Counting_Supplier.h')
-rw-r--r--TAO/orbsvcs/tests/CosEvent/lib/Counting_Supplier.h15
1 files changed, 5 insertions, 10 deletions
diff --git a/TAO/orbsvcs/tests/CosEvent/lib/Counting_Supplier.h b/TAO/orbsvcs/tests/CosEvent/lib/Counting_Supplier.h
index b8505bdb9c8..2ff59be1e18 100644
--- a/TAO/orbsvcs/tests/CosEvent/lib/Counting_Supplier.h
+++ b/TAO/orbsvcs/tests/CosEvent/lib/Counting_Supplier.h
@@ -45,12 +45,10 @@ public:
void disconnect (void);
// Simple connect/disconnect methods..
- void push (const CORBA::Any& events)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void push (const CORBA::Any& events);
// Push an event.
- virtual void disconnect_push_supplier (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void disconnect_push_supplier (void);
// The skeleton methods.
CORBA::ULong event_count;
@@ -118,12 +116,9 @@ public:
// Simple connect/disconnect methods..
// The PullSupplier methods.
- CORBA::Any* pull (void)
- ACE_THROW_SPEC ((CORBA::SystemException,CosEventComm::Disconnected));
- CORBA::Any* try_pull (CORBA::Boolean_out has_event)
- ACE_THROW_SPEC ((CORBA::SystemException,CosEventComm::Disconnected));
- virtual void disconnect_pull_supplier (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::Any* pull (void);
+ CORBA::Any* try_pull (CORBA::Boolean_out has_event);
+ virtual void disconnect_pull_supplier (void);
CORBA::ULong event_count;
// Count the number of events sent