summaryrefslogtreecommitdiff
path: root/TAO/tao/IORInterceptor/IORInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IORInterceptor/IORInfo.h')
-rw-r--r--TAO/tao/IORInterceptor/IORInfo.h24
1 files changed, 8 insertions, 16 deletions
diff --git a/TAO/tao/IORInterceptor/IORInfo.h b/TAO/tao/IORInterceptor/IORInfo.h
index df8723f914f..ab1de4f7bcc 100644
--- a/TAO/tao/IORInterceptor/IORInfo.h
+++ b/TAO/tao/IORInterceptor/IORInfo.h
@@ -62,43 +62,35 @@ public:
/// effect for the object whose IOR is being created.
virtual CORBA::Policy_ptr get_effective_policy (
CORBA::PolicyType type
- )
- ACE_THROW_SPEC ((CORBA::SystemException));
+ );
/// Add the given tagged component to all profiles.
virtual void add_ior_component (
const IOP::TaggedComponent & component
- )
- ACE_THROW_SPEC ((CORBA::SystemException));
+ );
/// Add the given tagged component to all profiles matching the given
/// ProfileId.
virtual void add_ior_component_to_profile (
const IOP::TaggedComponent & component,
IOP::ProfileId profile_id
- )
- ACE_THROW_SPEC ((CORBA::SystemException));
+ );
virtual char * manager_id (
- void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void);
virtual PortableInterceptor::AdapterState state (
- void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void);
virtual PortableInterceptor::ObjectReferenceTemplate * adapter_template (
- void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void);
virtual PortableInterceptor::ObjectReferenceFactory * current_factory (
- void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void);
virtual void current_factory (
PortableInterceptor::ObjectReferenceFactory * current_factory
- )
- ACE_THROW_SPEC ((CORBA::SystemException));
+ );
//@}