summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Notify/ThreadPool/Supplier.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Notify/ThreadPool/Supplier.h')
-rw-r--r--TAO/orbsvcs/examples/Notify/ThreadPool/Supplier.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/examples/Notify/ThreadPool/Supplier.h b/TAO/orbsvcs/examples/Notify/ThreadPool/Supplier.h
index e5238d0af7e..70fbadc6b83 100644
--- a/TAO/orbsvcs/examples/Notify/ThreadPool/Supplier.h
+++ b/TAO/orbsvcs/examples/Notify/ThreadPool/Supplier.h
@@ -41,20 +41,20 @@ public:
int proxy_consumer_thread_count ACE_ENV_ARG_DECL);
/// Run
- void run (ACE_ENV_SINGLE_ARG_DECL);
+ void run (void);
protected:
// = Protected Methods
/// Connect the Supplier to the EventChannel.
/// Creates a new proxy consumer and connects to it.
- void connect (ACE_ENV_SINGLE_ARG_DECL);
+ void connect (void);
/// Disconnect the supplier.
- void disconnect (ACE_ENV_SINGLE_ARG_DECL);
+ void disconnect (void);
/// Deactivate.
- void deactivate (ACE_ENV_SINGLE_ARG_DECL);
+ void deactivate (void);
/// Send one event.
virtual void send_event (const CosNotification::StructuredEvent& event ACE_ENV_ARG_DECL);
@@ -74,7 +74,7 @@ protected:
));
// = StructuredPushSupplier method
- virtual void disconnect_structured_push_supplier (ACE_ENV_SINGLE_ARG_DECL)
+ virtual void disconnect_structured_push_supplier (void)
ACE_THROW_SPEC ((
CORBA::SystemException
));