summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/PICurrent/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/PICurrent/test_i.cpp')
-rw-r--r--TAO/tests/Portable_Interceptors/PICurrent/test_i.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/Portable_Interceptors/PICurrent/test_i.cpp b/TAO/tests/Portable_Interceptors/PICurrent/test_i.cpp
index d8deb2c5e89..6562d415e01 100644
--- a/TAO/tests/Portable_Interceptors/PICurrent/test_i.cpp
+++ b/TAO/tests/Portable_Interceptors/PICurrent/test_i.cpp
@@ -10,12 +10,12 @@ test_i::test_i (PortableInterceptor::Current_ptr current,
{
}
-test_i::~test_i (void)
+test_i::~test_i ()
{
}
void
-test_i::invoke_me (void)
+test_i::invoke_me ()
{
ACE_DEBUG ((LM_DEBUG,
"Test method invoked.\n"));
@@ -121,14 +121,14 @@ test_i::invoke_me (void)
}
void
-test_i::invoke_you (void)
+test_i::invoke_you ()
{
// Nothing to be tested here. This method is here just so that we
// have a different method
}
void
-test_i::invoke_we (void)
+test_i::invoke_we ()
{
// Insert some data into the TSC PICurrent object.
const char str[] = "We drink milk!";
@@ -160,7 +160,7 @@ test_i::invoke_we (void)
}
void
-test_i::shutdown (void)
+test_i::shutdown ()
{
ACE_DEBUG ((LM_DEBUG,
"(%P|%t) Server is shutting down.\n"));