summaryrefslogtreecommitdiff
path: root/TAO/tests/DLL_ORB/Test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DLL_ORB/Test_i.cpp')
-rw-r--r--TAO/tests/DLL_ORB/Test_i.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/DLL_ORB/Test_i.cpp b/TAO/tests/DLL_ORB/Test_i.cpp
index 8f808922e71..ebbf786288f 100644
--- a/TAO/tests/DLL_ORB/Test_i.cpp
+++ b/TAO/tests/DLL_ORB/Test_i.cpp
@@ -1,7 +1,7 @@
// -*- C++ -*-
#include "Test_i.h"
-Test_i::Test_i (void)
+Test_i::Test_i ()
: orb_ ()
{
}
@@ -14,7 +14,7 @@ Test_i::invoke_me ( /* */)
}
void
-Test_i::shutdown (void)
+Test_i::shutdown ()
{
ACE_DEBUG ((LM_INFO,
"Server is shutting down.\n"));