summaryrefslogtreecommitdiff
path: root/TAO/tests/ORT/ServerORBInitializer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ORT/ServerORBInitializer.h')
-rw-r--r--TAO/tests/ORT/ServerORBInitializer.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/ORT/ServerORBInitializer.h b/TAO/tests/ORT/ServerORBInitializer.h
index 6f5d85861ab..016a56fba86 100644
--- a/TAO/tests/ORT/ServerORBInitializer.h
+++ b/TAO/tests/ORT/ServerORBInitializer.h
@@ -51,13 +51,11 @@ public:
//@{
/// The pre-initialization hook.
virtual void pre_init (
- PortableInterceptor::ORBInitInfo_ptr info)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ PortableInterceptor::ORBInitInfo_ptr info);
/// The post-initialization hook.
virtual void post_init (
- PortableInterceptor::ORBInitInfo_ptr info)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ PortableInterceptor::ORBInitInfo_ptr info);
//@}
};