summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.cpp b/TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.cpp
index 09f75725f10..60de524af8d 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.cpp
+++ b/TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.cpp
@@ -22,13 +22,13 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
TAO_Repository_i *TAO_IFR_Service_Utils::repo_ = 0;
-TAO_IFR_Server::TAO_IFR_Server (void)
+TAO_IFR_Server::TAO_IFR_Server ()
: ior_multicast_ (0),
config_ (0)
{
}
-TAO_IFR_Server::~TAO_IFR_Server (void)
+TAO_IFR_Server::~TAO_IFR_Server ()
{
// Get reactor instance from TAO.
ACE_Reactor *reactor = this->orb_->orb_core ()->reactor ();
@@ -148,7 +148,7 @@ TAO_IFR_Server::init_with_poa (int argc,
}
int
-TAO_IFR_Server::fini (void)
+TAO_IFR_Server::fini ()
{
try
{
@@ -164,7 +164,7 @@ TAO_IFR_Server::fini (void)
}
int
-TAO_IFR_Server::create_poa (void)
+TAO_IFR_Server::create_poa ()
{
PortableServer::POAManager_var poa_manager =
this->root_poa_->the_POAManager ();
@@ -211,7 +211,7 @@ TAO_IFR_Server::create_poa (void)
}
int
-TAO_IFR_Server::open_config (void)
+TAO_IFR_Server::open_config ()
{
if (OPTIONS::instance ()->using_registry ())
{
@@ -266,7 +266,7 @@ TAO_IFR_Server::open_config (void)
}
int
-TAO_IFR_Server::create_repository (void)
+TAO_IFR_Server::create_repository ()
{
TAO_ComponentRepository_i *impl = 0;
ACE_NEW_THROW_EX (
@@ -371,7 +371,7 @@ TAO_IFR_Server::create_repository (void)
// Install ior multicast handler.
int
-TAO_IFR_Server::init_multicast_server (void)
+TAO_IFR_Server::init_multicast_server ()
{
#if defined (ACE_HAS_IP_MULTICAST)
// Get reactor instance from TAO.
@@ -463,11 +463,11 @@ TAO_IFR_Server::init_multicast_server (void)
return 0;
}
-TAO_IFR_Service_Utils::TAO_IFR_Service_Utils (void)
+TAO_IFR_Service_Utils::TAO_IFR_Service_Utils ()
{
}
-TAO_IFR_Service_Utils::~TAO_IFR_Service_Utils (void)
+TAO_IFR_Service_Utils::~TAO_IFR_Service_Utils ()
{
}