summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/lib/Supplier.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Event/lib/Supplier.h')
-rw-r--r--TAO/orbsvcs/tests/Event/lib/Supplier.h20
1 files changed, 8 insertions, 12 deletions
diff --git a/TAO/orbsvcs/tests/Event/lib/Supplier.h b/TAO/orbsvcs/tests/Event/lib/Supplier.h
index 065a20a15aa..a5bd9d2fb1e 100644
--- a/TAO/orbsvcs/tests/Event/lib/Supplier.h
+++ b/TAO/orbsvcs/tests/Event/lib/Supplier.h
@@ -52,39 +52,35 @@ public:
/// The types of the event is chosen by the driver, based on the
/// cookie and the <event_number>
- void send_event (int event_number
- ACE_ENV_ARG_DECL);
+ void send_event (int event_number);
/// Send <event> to the EC.
- void send_event (const RtecEventComm::EventSet& event
- ACE_ENV_ARG_DECL);
+ void send_event (const RtecEventComm::EventSet& event);
/// Set the event type and source in <event>
void send_event (int event_number,
const RtecEventComm::Event& event);
/// Send a shutdown event.
- void send_shutdown (ACE_ENV_SINGLE_ARG_DECL);
+ void send_shutdown (void);
/// Connect using a <supplier_admin> and publications (<qos>)
/// computed by the user
virtual void connect (
RtecEventChannelAdmin::SupplierAdmin_ptr supplier_admin,
const RtecEventChannelAdmin::SupplierQOS& qos,
- int shutdown_event_type
- ACE_ENV_ARG_DECL);
+ int shutdown_event_type);
/// Connect using the current consumer_proxy (useful for reconnect test)
virtual void connect (
const RtecEventChannelAdmin::SupplierQOS& qos,
- int shutdown_event_type
- ACE_ENV_ARG_DECL);
+ int shutdown_event_type);
/// Disconnect from the EC, also deactivates the object
- void disconnect (ACE_ENV_SINGLE_ARG_DECL);
+ void disconnect (void);
/// Disconnect from the EC, also deactivates the object
- void shutdown (ACE_ENV_SINGLE_ARG_DECL);
+ void shutdown (void);
/// Dump the results...
virtual void dump_results (const char* name,
@@ -98,7 +94,7 @@ public:
RtecEventComm::Event& event);
// = The PushSupplier methods
- virtual void disconnect_push_supplier (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
+ virtual void disconnect_push_supplier (void)
ACE_THROW_SPEC ((CORBA::SystemException));
private: