summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocated_ThruP_Sp/Hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Collocated_ThruP_Sp/Hello.h')
-rw-r--r--TAO/tests/Collocated_ThruP_Sp/Hello.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Collocated_ThruP_Sp/Hello.h b/TAO/tests/Collocated_ThruP_Sp/Hello.h
index 043a6968853..e9c0f470f49 100644
--- a/TAO/tests/Collocated_ThruP_Sp/Hello.h
+++ b/TAO/tests/Collocated_ThruP_Sp/Hello.h
@@ -15,9 +15,9 @@ public:
ACE_thread_t thr_id);
// = The skeleton methods
- virtual char * get_string (void);
+ virtual char * get_string ();
- virtual void shutdown (void);
+ virtual void shutdown ();
private:
/// Use an ORB reference to convert strings to objects and shutdown