summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1495_Regression/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1495_Regression/test_i.cpp')
-rw-r--r--TAO/tests/Bug_1495_Regression/test_i.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Bug_1495_Regression/test_i.cpp b/TAO/tests/Bug_1495_Regression/test_i.cpp
index ad7ed5cb1e1..a40b83d58c1 100644
--- a/TAO/tests/Bug_1495_Regression/test_i.cpp
+++ b/TAO/tests/Bug_1495_Regression/test_i.cpp
@@ -14,7 +14,7 @@ Bug1495_i::Bug1495_i (CORBA::ORB_ptr orb)
{
}
-Bug1495_i::~Bug1495_i (void)
+Bug1495_i::~Bug1495_i ()
{
}
@@ -27,7 +27,7 @@ Bug1495_i::get_thread_id (Bug1495_Regression::ThreadId_out thread_id)
}
void
-Bug1495_i::shutdown (void)
+Bug1495_i::shutdown ()
{
ACE_DEBUG ((LM_INFO,
"Shutting down orb %Q\n",