summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocated_NoColl/Hello.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Collocated_NoColl/Hello.cpp')
-rw-r--r--TAO/tests/Collocated_NoColl/Hello.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Collocated_NoColl/Hello.cpp b/TAO/tests/Collocated_NoColl/Hello.cpp
index b0feddd2c8e..c6cfa8478f0 100644
--- a/TAO/tests/Collocated_NoColl/Hello.cpp
+++ b/TAO/tests/Collocated_NoColl/Hello.cpp
@@ -11,7 +11,7 @@
}
char *
-Hello::get_string (void)
+Hello::get_string ()
{
ACE_DEBUG ((LM_DEBUG,
"(%P|%t) Upcall in process ..\n"));
@@ -63,7 +63,7 @@ Hello::get_string (void)
}
void
-Hello::shutdown (void)
+Hello::shutdown ()
{
// Give the client thread time to return from the collocated
// call to this method before shutting down the ORB. We sleep