summaryrefslogtreecommitdiff
path: root/TAO/tao/ImR_Client/ImR_Client.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ImR_Client/ImR_Client.h')
-rw-r--r--TAO/tao/ImR_Client/ImR_Client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ImR_Client/ImR_Client.h b/TAO/tao/ImR_Client/ImR_Client.h
index 94acb032f72..0139e8372f5 100644
--- a/TAO/tao/ImR_Client/ImR_Client.h
+++ b/TAO/tao/ImR_Client/ImR_Client.h
@@ -46,10 +46,10 @@ namespace TAO
{
public:
/// Constructor.
- ImR_Client_Adapter_Impl (void);
+ ImR_Client_Adapter_Impl ();
/// Used to force the initialization of the PortableServer code.
- static int Initializer (void);
+ static int Initializer ();
/// ImplRepo helper method, notify the ImplRepo on startup
virtual void imr_notify_startup (TAO_Root_POA* poa);