summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.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/orbsvcs/Event/EC_ProxyConsumer.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/orbsvcs/Event/EC_ProxyConsumer.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h b/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h
index 5ffb2b12c08..9977077cae5 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h
@@ -73,7 +73,7 @@ public:
ACE_THROW_SPEC ((CORBA::SystemException)) = 0;
/// Deactivate from the POA
- virtual void deactivate (ACE_ENV_SINGLE_ARG_DECL);
+ virtual void deactivate (void);
/// Disconnect this from
virtual void disconnect_push_consumer (
@@ -116,7 +116,7 @@ public:
ACE_ENV_ARG_DECL);
/// The event channel is shutting down
- virtual void shutdown (ACE_ENV_SINGLE_ARG_DECL_NOT_USED);
+ virtual void shutdown (void);
/// The QoS (subscription) used to connect to the EC, assumes the
/// locks are held, use with care!
@@ -172,11 +172,11 @@ protected:
private:
/// Template method hooks.
- virtual void shutdown_hook (ACE_ENV_SINGLE_ARG_DECL);
+ virtual void shutdown_hook (void);
virtual void refcount_zero_hook (void);
virtual PortableServer::ObjectId
- object_id (ACE_ENV_SINGLE_ARG_DECL)
+ object_id (void)
ACE_THROW_SPEC ((CORBA::SystemException)) = 0;
};