summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RTCosScheduling/RTCosScheduling_ServerScheduler_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/RTCosScheduling/RTCosScheduling_ServerScheduler_i.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/RTCosScheduling/RTCosScheduling_ServerScheduler_i.h40
1 files changed, 9 insertions, 31 deletions
diff --git a/TAO/orbsvcs/orbsvcs/RTCosScheduling/RTCosScheduling_ServerScheduler_i.h b/TAO/orbsvcs/orbsvcs/RTCosScheduling/RTCosScheduling_ServerScheduler_i.h
index 3a54fb5d814..f7956d37a19 100644
--- a/TAO/orbsvcs/orbsvcs/RTCosScheduling/RTCosScheduling_ServerScheduler_i.h
+++ b/TAO/orbsvcs/orbsvcs/RTCosScheduling/RTCosScheduling_ServerScheduler_i.h
@@ -122,40 +122,24 @@ typedef ACE_Hash_Map_Manager_Ex_Adapter<
virtual ~RTCosScheduling_ServerScheduler_Interceptor();
- virtual char* name(void)
- ACE_THROW_SPEC((
- CORBA::SystemException));
+ virtual char* name(void);
- virtual void destroy()
- ACE_THROW_SPEC((CORBA::SystemException));
+ virtual void destroy();
virtual void receive_request(
- PortableInterceptor::ServerRequestInfo_ptr ri)
- ACE_THROW_SPEC((
- CORBA::SystemException,
- PortableInterceptor::ForwardRequest));
+ PortableInterceptor::ServerRequestInfo_ptr ri);
virtual void receive_request_service_contexts(
- PortableInterceptor::ServerRequestInfo_ptr ri)
- ACE_THROW_SPEC((
- CORBA::SystemException,
- PortableInterceptor::ForwardRequest));
+ PortableInterceptor::ServerRequestInfo_ptr ri);
virtual void send_reply(
- PortableInterceptor::ServerRequestInfo_ptr ri)
- ACE_THROW_SPEC((CORBA::SystemException));
+ PortableInterceptor::ServerRequestInfo_ptr ri);
virtual void send_exception(
- PortableInterceptor::ServerRequestInfo_ptr ri)
- ACE_THROW_SPEC((
- CORBA::SystemException,
- PortableInterceptor::ForwardRequest));
+ PortableInterceptor::ServerRequestInfo_ptr ri);
virtual void send_other(
- PortableInterceptor::ServerRequestInfo_ptr ri)
- ACE_THROW_SPEC((
- CORBA::SystemException,
- PortableInterceptor::ForwardRequest));
+ PortableInterceptor::ServerRequestInfo_ptr ri);
void finish_execution();
@@ -227,11 +211,7 @@ typedef ACE_Hash_Map_Manager_Ex_Adapter<
PortableServer::POA_ptr parent,
const char * adapter_name,
PortableServer::POAManager_ptr a_POAManager,
- const CORBA::PolicyList & policies)
- ACE_THROW_SPEC ((
- CORBA::SystemException
- , PortableServer::POA::AdapterAlreadyExists
- , PortableServer::POA::InvalidPolicy));
+ const CORBA::PolicyList & policies);
/**
* This maps a CORBA::Object_var with a name. The names are
@@ -242,9 +222,7 @@ typedef ACE_Hash_Map_Manager_Ex_Adapter<
* @param name name to associate with the CORBA object reference
*/
virtual void schedule_object (CORBA::Object_ptr obj,
- const char * name)
- ACE_THROW_SPEC (( CORBA::SystemException
- , RTCosScheduling::UnknownName));
+ const char * name);
private: