summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Service.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Service.h b/TAO/orbsvcs/orbsvcs/Notify/Service.h
index 2876d6b16d9..8219b3adc88 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Service.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Service.h
@@ -62,14 +62,14 @@ public:
virtual int init (int argc, ACE_TCHAR *argv[]) = 0;
/// Init the service.
- virtual void init_service (CORBA::ORB_ptr orb ACE_ENV_ARG_DECL) = 0;
+ virtual void init_service (CORBA::ORB_ptr orb) = 0;
/// Init the service with separate dispatching orb.
- virtual void init_service2 (CORBA::ORB_ptr orb, CORBA::ORB_ptr dispatching_orb ACE_ENV_ARG_DECL) = 0;
+ virtual void init_service2 (CORBA::ORB_ptr orb, CORBA::ORB_ptr dispatching_orb) = 0;
/// Create the Channel Factory.
virtual CosNotifyChannelAdmin::EventChannelFactory_ptr create (
- PortableServer::POA_ptr default_POA ACE_ENV_ARG_DECL
+ PortableServer::POA_ptr default_POA
) = 0;
};