summaryrefslogtreecommitdiff
path: root/TAO/tao/ImR_Client/ServerObject_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ImR_Client/ServerObject_i.cpp')
-rw-r--r--TAO/tao/ImR_Client/ServerObject_i.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/ImR_Client/ServerObject_i.cpp b/TAO/tao/ImR_Client/ServerObject_i.cpp
index ac871f10bdb..050cf12341c 100644
--- a/TAO/tao/ImR_Client/ServerObject_i.cpp
+++ b/TAO/tao/ImR_Client/ServerObject_i.cpp
@@ -12,12 +12,12 @@ ServerObject_i::ServerObject_i (CORBA::ORB_ptr orb,
}
void
-ServerObject_i::ping (void)
+ServerObject_i::ping ()
{
}
void
-ServerObject_i::shutdown (void)
+ServerObject_i::shutdown ()
{
// Note : We want our child POAs to be able to unregister themselves from
// the ImR, so we must destroy them before shutting down the orb.
@@ -26,7 +26,7 @@ ServerObject_i::shutdown (void)
}
PortableServer::POA_ptr
-ServerObject_i::_default_POA (void)
+ServerObject_i::_default_POA ()
{
return PortableServer::POA::_duplicate (this->poa_.in ());
}