summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Multiple/EC_Multiple.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 15:39:09 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 15:39:09 +0000
commitc801f87e59c00f72bdeb5ce7bd0d276674665bac (patch)
tree70bff03d1cf156ecf05ee4c5c338d8ce423e64ee /TAO/orbsvcs/tests/EC_Multiple/EC_Multiple.h
parent98c0b37d4714ff774fc3ada8c9ee893c719af714 (diff)
downloadATCD-c801f87e59c00f72bdeb5ce7bd0d276674665bac.tar.gz
Wed Jan 24 14:00:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Multiple/EC_Multiple.h')
-rw-r--r--TAO/orbsvcs/tests/EC_Multiple/EC_Multiple.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/orbsvcs/tests/EC_Multiple/EC_Multiple.h b/TAO/orbsvcs/tests/EC_Multiple/EC_Multiple.h
index 4bf7784e0cd..c5a78d16be9 100644
--- a/TAO/orbsvcs/tests/EC_Multiple/EC_Multiple.h
+++ b/TAO/orbsvcs/tests/EC_Multiple/EC_Multiple.h
@@ -54,7 +54,7 @@ public:
ACE_ENV_ARG_DECL);
// This method connects the supplier to the EC.
- void close (ACE_ENV_SINGLE_ARG_DECL);
+ void close (void);
// Disconnect from the EC.
void activate (const char* name,
@@ -64,11 +64,11 @@ public:
void push (const RtecEventComm::EventSet& events
ACE_ENV_ARG_DECL);
- void disconnect_push_consumer (ACE_ENV_SINGLE_ARG_DECL_NOT_USED);
+ void disconnect_push_consumer (void);
// Implement the callbacks for our consumer personality.
- virtual void disconnect_push_supplier (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
+ virtual void disconnect_push_supplier (void)
ACE_THROW_SPEC ((CORBA::SystemException));
// The methods in the skeleton.
@@ -124,13 +124,13 @@ public:
ACE_ENV_ARG_DECL);
// This method connects the consumer to the EC.
- void close (ACE_ENV_SINGLE_ARG_DECL);
+ void close (void);
// Disconnect from the EC.
virtual void push (const RtecEventComm::EventSet& events
ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void disconnect_push_consumer (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
+ virtual void disconnect_push_consumer (void)
ACE_THROW_SPEC ((CORBA::SystemException));
// The skeleton methods.
@@ -213,7 +213,7 @@ private:
void connect_suppliers (RtecEventChannelAdmin::EventChannel_ptr local_ec
ACE_ENV_ARG_DECL);
- void disconnect_suppliers (ACE_ENV_SINGLE_ARG_DECL);
+ void disconnect_suppliers (void);
// Connect the suppliers.
void activate_suppliers (RtecEventChannelAdmin::EventChannel_ptr local_ec
@@ -229,10 +229,10 @@ private:
void connect_consumers (RtecEventChannelAdmin::EventChannel_ptr local_ec
ACE_ENV_ARG_DECL);
- void disconnect_consumers (ACE_ENV_SINGLE_ARG_DECL);
+ void disconnect_consumers (void);
// Connect and disconnect the consumers.
- int shutdown (ACE_ENV_SINGLE_ARG_DECL_NOT_USED);
+ int shutdown (void);
// Called when the main thread (i.e. not the scavenger thread) is
// shutting down.