summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Bug_1592_Regression/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/Bug_1592_Regression/test_i.cpp')
-rw-r--r--TAO/tests/POA/Bug_1592_Regression/test_i.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/POA/Bug_1592_Regression/test_i.cpp b/TAO/tests/POA/Bug_1592_Regression/test_i.cpp
index c5df0e47b0c..ebc4ceb0c8d 100644
--- a/TAO/tests/POA/Bug_1592_Regression/test_i.cpp
+++ b/TAO/tests/POA/Bug_1592_Regression/test_i.cpp
@@ -7,12 +7,12 @@ test_i::test_i (CORBA::ORB_ptr orb)
{
}
-test_i::~test_i (void)
+test_i::~test_i ()
{
}
void
-test_i::op (void)
+test_i::op ()
{
// PortableInterceptor::ServerRequestInterceptor::receive_request()
// should have been invoked.
@@ -28,7 +28,7 @@ test_i::op (void)
}
void
-test_i::shutdown (void)
+test_i::shutdown ()
{
this->orb_->shutdown (false);
}