diff options
Diffstat (limited to 'TAO/tests/LongUpcalls/AMI_Manager.h')
-rw-r--r-- | TAO/tests/LongUpcalls/AMI_Manager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/LongUpcalls/AMI_Manager.h b/TAO/tests/LongUpcalls/AMI_Manager.h index c5ec6f15903..55783b506ff 100644 --- a/TAO/tests/LongUpcalls/AMI_Manager.h +++ b/TAO/tests/LongUpcalls/AMI_Manager.h @@ -15,7 +15,7 @@ public: virtual void start_workers (CORBA::Short worker_count, CORBA::Long milliseconds, Test::Controller_ptr controller); - virtual void shutdown (void); + virtual void shutdown (); private: CORBA::ORB_var orb_; @@ -56,9 +56,9 @@ public: int *pending_replies); // Constructor - virtual void worker_started (void); + virtual void worker_started (); virtual void worker_started_excep (::Messaging::ExceptionHolder*); - virtual void worker_finished (void); + virtual void worker_finished (); virtual void worker_finished_excep (::Messaging::ExceptionHolder*); private: |