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, 5 insertions, 5 deletions
diff --git a/TAO/tao/TransportCurrent/Current_ORBInitializer_Base.cpp b/TAO/tao/TransportCurrent/Current_ORBInitializer_Base.cpp
index a8a39de3df5..816f99d153c 100644
--- a/TAO/tao/TransportCurrent/Current_ORBInitializer_Base.cpp
+++ b/TAO/tao/TransportCurrent/Current_ORBInitializer_Base.cpp
@@ -24,9 +24,9 @@ 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)
+ ACE_THROW_SPEC((CORBA::SystemException))
{
// Narrow to a TAO_ORBInitInfo object to get access to the
// allocate_tss_slot_id() TAO extension.
@@ -60,8 +60,8 @@ namespace TAO
}
void
- Current_ORBInitializer_Base::post_init (PortableInterceptor::ORBInitInfo_ptr
- )
+ Current_ORBInitializer_Base::post_init (
+ PortableInterceptor::ORBInitInfo_ptr)
ACE_THROW_SPEC( (CORBA::SystemException) )
{
// do nothing