summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Generic_Servant/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/Generic_Servant/test_i.cpp')
-rw-r--r--TAO/tests/POA/Generic_Servant/test_i.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/POA/Generic_Servant/test_i.cpp b/TAO/tests/POA/Generic_Servant/test_i.cpp
index 01a1c126ffa..bc4a01965df 100644
--- a/TAO/tests/POA/Generic_Servant/test_i.cpp
+++ b/TAO/tests/POA/Generic_Servant/test_i.cpp
@@ -11,18 +11,18 @@ test_i::test_i (CORBA::ORB_ptr orb,
}
PortableServer::POA_ptr
-test_i::_default_POA (void)
+test_i::_default_POA ()
{
return PortableServer::POA::_duplicate (this->poa_.in ());
}
void
-test_i::method (void)
+test_i::method ()
{
}
void
-test_i::oneway_method (void)
+test_i::oneway_method ()
{
}
@@ -57,7 +57,7 @@ test_i::timed_oneway_method (CORBA::ULong timeout)
}
void
-test_i::shutdown (void)
+test_i::shutdown ()
{
this->orb_->shutdown (false);
}