summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.h b/TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.h
index 6383e95fc34..c07d87818c0 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.h
@@ -40,17 +40,17 @@ public:
~TAO_RT_Notify_Service ();
/// Init the service.
- virtual void init_service (CORBA::ORB_ptr orb ACE_ENV_ARG_DECL);
+ virtual void init_service (CORBA::ORB_ptr orb);
protected:
/// Init the data members
- virtual void init_i (CORBA::ORB_ptr orb ACE_ENV_ARG_DECL);
+ virtual void init_i (CORBA::ORB_ptr orb);
/// Create the Factory for RT Notify objects.
- virtual TAO_Notify_Factory* create_factory (ACE_ENV_SINGLE_ARG_DECL);
+ virtual TAO_Notify_Factory* create_factory (void);
/// Creates the Builder for RT Notify objects.
- virtual TAO_Notify_Builder* create_builder (ACE_ENV_SINGLE_ARG_DECL);
+ virtual TAO_Notify_Builder* create_builder (void);
};
TAO_END_VERSIONED_NAMESPACE_DECL