summaryrefslogtreecommitdiff
path: root/TAO/tests/LongUpcalls/AMI_Manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/LongUpcalls/AMI_Manager.h')
-rw-r--r--TAO/tests/LongUpcalls/AMI_Manager.h18
1 files changed, 6 insertions, 12 deletions
diff --git a/TAO/tests/LongUpcalls/AMI_Manager.h b/TAO/tests/LongUpcalls/AMI_Manager.h
index 271f1d5b4c3..604ae849cf7 100644
--- a/TAO/tests/LongUpcalls/AMI_Manager.h
+++ b/TAO/tests/LongUpcalls/AMI_Manager.h
@@ -16,10 +16,8 @@ public:
// = The skeleton methods
virtual void start_workers (CORBA::Short worker_count,
CORBA::Long milliseconds,
- Test::Controller_ptr controller)
- ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ Test::Controller_ptr controller);
+ virtual void shutdown (void);
private:
CORBA::ORB_var orb_;
@@ -60,14 +58,10 @@ public:
int *pending_replies);
// Constructor
- virtual void worker_started (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void worker_started_excep (::Messaging::ExceptionHolder*)
- ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void worker_finished (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void worker_finished_excep (::Messaging::ExceptionHolder*)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void worker_started (void);
+ virtual void worker_started_excep (::Messaging::ExceptionHolder*);
+ virtual void worker_finished (void);
+ virtual void worker_finished_excep (::Messaging::ExceptionHolder*);
private:
TAO_SYNCH_MUTEX *mutex_;