summaryrefslogtreecommitdiff
path: root/TAO/tao/IORInterceptor/IORInterceptor_Adapter_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IORInterceptor/IORInterceptor_Adapter_Impl.h')
-rw-r--r--TAO/tao/IORInterceptor/IORInterceptor_Adapter_Impl.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/TAO/tao/IORInterceptor/IORInterceptor_Adapter_Impl.h b/TAO/tao/IORInterceptor/IORInterceptor_Adapter_Impl.h
index 9094acb23fc..bfd1492c220 100644
--- a/TAO/tao/IORInterceptor/IORInterceptor_Adapter_Impl.h
+++ b/TAO/tao/IORInterceptor/IORInterceptor_Adapter_Impl.h
@@ -64,26 +64,22 @@ public:
virtual void destroy_interceptors (void);
- virtual void establish_components (TAO_Root_POA *poa )
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void establish_components (TAO_Root_POA *poa );
/// Call the IORInterceptor::components_established() method on all
/// registered IORInterceptors.
virtual void components_established (PortableInterceptor::IORInfo_ptr info
- )
- ACE_THROW_SPEC ((CORBA::SystemException));
+ );
virtual void adapter_state_changed (
const TAO::ObjectReferenceTemplate_Array &array_obj_ref_template,
PortableInterceptor::AdapterState state
- )
- ACE_THROW_SPEC ((CORBA::SystemException));
+ );
virtual void adapter_manager_state_changed (
const char * id,
PortableInterceptor::AdapterState state
- )
- ACE_THROW_SPEC ((CORBA::SystemException));
+ );
private:
/// List of IOR interceptors maintained