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.h22
1 files changed, 9 insertions, 13 deletions
diff --git a/TAO/orbsvcs/tests/Event/lib/Counting_Supplier.h b/TAO/orbsvcs/tests/Event/lib/Counting_Supplier.h
index 8e6f940daa6..54702a32de9 100644
--- a/TAO/orbsvcs/tests/Event/lib/Counting_Supplier.h
+++ b/TAO/orbsvcs/tests/Event/lib/Counting_Supplier.h
@@ -45,31 +45,27 @@ public:
* receives the timeout.
*/
void activate (RtecEventChannelAdmin::ConsumerAdmin_ptr consumer_admin,
- int period
- ACE_ENV_ARG_DECL);
- void deactivate (ACE_ENV_SINGLE_ARG_DECL);
+ int period);
+ void deactivate (void);
/// Simple connect/disconnect methods..
void connect (RtecEventChannelAdmin::SupplierAdmin_ptr supplier_admin,
int published_source,
int published_type,
int event_source,
- int event_type
- ACE_ENV_ARG_DECL);
+ int event_type);
void connect (RtecEventChannelAdmin::SupplierAdmin_ptr supplier_admin,
- const RtecEventChannelAdmin::SupplierQOS &qos
- ACE_ENV_ARG_DECL);
- void disconnect (ACE_ENV_SINGLE_ARG_DECL);
+ const RtecEventChannelAdmin::SupplierQOS &qos);
+ void disconnect (void);
/// The Consumer side methods.
- void push (const RtecEventComm::EventSet& events
- ACE_ENV_ARG_DECL)
+ void push (const RtecEventComm::EventSet& events)
ACE_THROW_SPEC ((CORBA::SystemException));
- void disconnect_push_consumer (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
+ void disconnect_push_consumer (void)
ACE_THROW_SPEC ((CORBA::SystemException));
/// The skeleton methods.
- virtual void disconnect_push_supplier (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
+ virtual void disconnect_push_supplier (void)
ACE_THROW_SPEC ((CORBA::SystemException));
/// Count the number of events sent
@@ -108,7 +104,7 @@ public:
CORBA::ULong push_count (void);
/// Run a single iteration of the test
- void run (ACE_ENV_SINGLE_ARG_DECL);
+ void run (void);
private:
/// The supplier we are turning into an active object