summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/lib/Supplier.h
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-25 18:04:11 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-25 18:04:11 +0000
commitc979767a00db4ea1299af482033a68829cc16675 (patch)
tree3e959cad0a053f1adad663e7c02bc7a239f383d8 /TAO/orbsvcs/tests/Event/lib/Supplier.h
parent0f3847bc7fd735ab88276fee59e2ebd6cb8d1f99 (diff)
downloadATCD-c979767a00db4ea1299af482033a68829cc16675.tar.gz
ChangeLogTag: Thu Jan 25 17:39:59 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Event/lib/Supplier.h')
-rw-r--r--TAO/orbsvcs/tests/Event/lib/Supplier.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/TAO/orbsvcs/tests/Event/lib/Supplier.h b/TAO/orbsvcs/tests/Event/lib/Supplier.h
index 29fd4a3451f..a5bd9d2fb1e 100644
--- a/TAO/orbsvcs/tests/Event/lib/Supplier.h
+++ b/TAO/orbsvcs/tests/Event/lib/Supplier.h
@@ -52,12 +52,10 @@ 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,
@@ -71,14 +69,12 @@ public:
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 (void);