diff options
Diffstat (limited to 'TAO/tests/Collocated_NoColl/Hello.h')
-rw-r--r-- | TAO/tests/Collocated_NoColl/Hello.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Collocated_NoColl/Hello.h b/TAO/tests/Collocated_NoColl/Hello.h index 043a6968853..e9c0f470f49 100644 --- a/TAO/tests/Collocated_NoColl/Hello.h +++ b/TAO/tests/Collocated_NoColl/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 |