diff options
Diffstat (limited to 'TAO/tests/Xt_Stopwatch/test_i.h')
-rw-r--r-- | TAO/tests/Xt_Stopwatch/test_i.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Xt_Stopwatch/test_i.h b/TAO/tests/Xt_Stopwatch/test_i.h index 9e720422d35..7621b3e4ecb 100644 --- a/TAO/tests/Xt_Stopwatch/test_i.h +++ b/TAO/tests/Xt_Stopwatch/test_i.h @@ -29,11 +29,11 @@ public: Stopwatch_imp (CORBA::ORB_ptr, Timer_imp *); // = The Simple_Server methods. - void start (void); + void start (); - void stop (void); + void stop (); - void shutdown (void); + void shutdown (); private: /// The ORB |