summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/lib/Counting_Supplier.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Event/lib/Counting_Supplier.h')
-rw-r--r--TAO/orbsvcs/tests/Event/lib/Counting_Supplier.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/Event/lib/Counting_Supplier.h b/TAO/orbsvcs/tests/Event/lib/Counting_Supplier.h
index 54702a32de9..702df0b6743 100644
--- a/TAO/orbsvcs/tests/Event/lib/Counting_Supplier.h
+++ b/TAO/orbsvcs/tests/Event/lib/Counting_Supplier.h
@@ -59,14 +59,11 @@ public:
void disconnect (void);
/// The Consumer side methods.
- void push (const RtecEventComm::EventSet& events)
- ACE_THROW_SPEC ((CORBA::SystemException));
- void disconnect_push_consumer (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void push (const RtecEventComm::EventSet& events);
+ void disconnect_push_consumer (void);
/// The skeleton methods.
- virtual void disconnect_push_supplier (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void disconnect_push_supplier (void);
/// Count the number of events sent
CORBA::ULong event_count;