diff options
Diffstat (limited to 'TAO/tests/Collocated_Best/Collocated_Best_Direct/Hello.cpp')
-rw-r--r-- | TAO/tests/Collocated_Best/Collocated_Best_Direct/Hello.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Collocated_Best/Collocated_Best_Direct/Hello.cpp b/TAO/tests/Collocated_Best/Collocated_Best_Direct/Hello.cpp index 15951f28767..5e21009c3e4 100644 --- a/TAO/tests/Collocated_Best/Collocated_Best_Direct/Hello.cpp +++ b/TAO/tests/Collocated_Best/Collocated_Best_Direct/Hello.cpp @@ -11,7 +11,7 @@ } char * -Hello::get_string (void) +Hello::get_string () { ACE_DEBUG ((LM_DEBUG, "(%P|%t) Upcall in process ..\n")); @@ -57,7 +57,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 |