summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3766_Regression/TestI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_3766_Regression/TestI.cpp')
-rw-r--r--TAO/tests/Bug_3766_Regression/TestI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Bug_3766_Regression/TestI.cpp b/TAO/tests/Bug_3766_Regression/TestI.cpp
index 181c2886086..e732d7d0038 100644
--- a/TAO/tests/Bug_3766_Regression/TestI.cpp
+++ b/TAO/tests/Bug_3766_Regression/TestI.cpp
@@ -36,7 +36,7 @@ Test_i::Test_i (CORBA::ORB_ptr o)
}
// Implementation skeleton destructor
-Test_i::~Test_i (void)
+Test_i::~Test_i ()
{
}
@@ -60,7 +60,7 @@ void Test_i::do_something_VariableLength (
my_info->d = ::CORBA::string_dup("Howdy");
}
-void Test_i::shutdown (void)
+void Test_i::shutdown ()
{
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("\nThe server is shutting down\n")));