summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/PI_ORBInitializer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PI/PI_ORBInitializer.h')
-rw-r--r--TAO/tao/PI/PI_ORBInitializer.h14
1 files changed, 3 insertions, 11 deletions
diff --git a/TAO/tao/PI/PI_ORBInitializer.h b/TAO/tao/PI/PI_ORBInitializer.h
index f77777cafe6..aa24c63d127 100644
--- a/TAO/tao/PI/PI_ORBInitializer.h
+++ b/TAO/tao/PI/PI_ORBInitializer.h
@@ -48,24 +48,16 @@ public:
* PortableInterceptor::ORBInitializer interface.
*/
//@{
+ void pre_init (PortableInterceptor::ORBInitInfo_ptr info);
- void pre_init (PortableInterceptor::ORBInitInfo_ptr info
- )
- ACE_THROW_SPEC ((CORBA::SystemException));
-
- void post_init (PortableInterceptor::ORBInitInfo_ptr info
- )
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void post_init (PortableInterceptor::ORBInitInfo_ptr info);
//@}
-
private:
/// Register PortableInterceptor policy factories.
- void register_policy_factories (PortableInterceptor::ORBInitInfo_ptr info
- );
-
+ void register_policy_factories (PortableInterceptor::ORBInitInfo_ptr info);
/// Instance of the PI policy factory.
/**