summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.h')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.h b/TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.h
index 895105f29f8..2a19b6deb69 100644
--- a/TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.h
+++ b/TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.h
@@ -48,10 +48,10 @@ public:
int init_with_orb (CORBA::ORB_ptr orb, Options& opts ACE_ENV_ARG_DECL);
/// Cleans up any state created by init*.
- int fini (ACE_ENV_SINGLE_ARG_DECL);
+ int fini (void);
/// Run using the orb reference created during init()
- int run (ACE_ENV_SINGLE_ARG_DECL);
+ int run (void);
/// Shutdown the orb.
void shutdown (bool wait_for_completion ACE_ENV_ARG_DECL);
@@ -149,7 +149,7 @@ private:
Activator_Info_Ptr get_activator (const ACE_CString& name);
void connect_activator (Activator_Info& info);
- void auto_start_servers(ACE_ENV_SINGLE_ARG_DECL);
+ void auto_start_servers(void);
CORBA::Object_ptr set_timeout_policy(CORBA::Object_ptr obj, const ACE_Time_Value& to);