summaryrefslogtreecommitdiff
path: root/TAO/tao/TransportCurrent/Current_ORBInitializer_Base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TransportCurrent/Current_ORBInitializer_Base.cpp')
-rw-r--r--TAO/tao/TransportCurrent/Current_ORBInitializer_Base.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/TAO/tao/TransportCurrent/Current_ORBInitializer_Base.cpp b/TAO/tao/TransportCurrent/Current_ORBInitializer_Base.cpp
index a8a39de3df5..aeae2652ebc 100644
--- a/TAO/tao/TransportCurrent/Current_ORBInitializer_Base.cpp
+++ b/TAO/tao/TransportCurrent/Current_ORBInitializer_Base.cpp
@@ -24,9 +24,8 @@ namespace TAO
void
- Current_ORBInitializer_Base::pre_init (PortableInterceptor::ORBInitInfo_ptr info
- )
- ACE_THROW_SPEC( (CORBA::SystemException) )
+ Current_ORBInitializer_Base::pre_init (
+ PortableInterceptor::ORBInitInfo_ptr info)
{
// Narrow to a TAO_ORBInitInfo object to get access to the
// allocate_tss_slot_id() TAO extension.
@@ -60,9 +59,8 @@ namespace TAO
}
void
- Current_ORBInitializer_Base::post_init (PortableInterceptor::ORBInitInfo_ptr
- )
- ACE_THROW_SPEC( (CORBA::SystemException) )
+ Current_ORBInitializer_Base::post_init (
+ PortableInterceptor::ORBInitInfo_ptr)
{
// do nothing
}