summaryrefslogtreecommitdiff
path: root/TAO/tao/RTPortableServer
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-05-22 13:16:31 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-05-22 13:16:31 +0200
commitf81ba0ce2cc9adeb68900a28e661b063dcc6fdee (patch)
tree5ac0dba408c451a31dbff4a138b487960e7885a6 /TAO/tao/RTPortableServer
parent0e934322fe64f1b3e87bad28701e149720d219eb (diff)
downloadATCD-f81ba0ce2cc9adeb68900a28e661b063dcc6fdee.tar.gz
Various layout changes
* TAO/tao/AnyTypeCode/TypeCode_Case_Enum_T.h: * TAO/tao/AnyTypeCode/Union_TypeCode_Static.h: * TAO/tao/Array_VarOut_T.h: * TAO/tao/CORBANAME_Parser.h: * TAO/tao/Connector_Registry.h: * TAO/tao/Default_Collocation_Resolver.h: * TAO/tao/Fixed_Array_Argument_T.cpp: * TAO/tao/LF_CH_Event.cpp: * TAO/tao/RTCORBA/RT_Protocols_Hooks.cpp: * TAO/tao/RTPortableServer/RT_POA.cpp:
Diffstat (limited to 'TAO/tao/RTPortableServer')
-rw-r--r--TAO/tao/RTPortableServer/RT_POA.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/tao/RTPortableServer/RT_POA.cpp b/TAO/tao/RTPortableServer/RT_POA.cpp
index c6c43ce7210..fff8a5119b9 100644
--- a/TAO/tao/RTPortableServer/RT_POA.cpp
+++ b/TAO/tao/RTPortableServer/RT_POA.cpp
@@ -37,8 +37,7 @@ TAO_RT_POA::TAO_RT_POA (const TAO_Root_POA::String &name,
ACE_Lock &lock,
TAO_SYNCH_MUTEX &thread_lock,
TAO_ORB_Core &orb_core,
- TAO_Object_Adapter *object_adapter
- )
+ TAO_Object_Adapter *object_adapter)
: TAO_Regular_POA (name,
poa_manager,
policies,
@@ -77,8 +76,7 @@ TAO_RT_POA::new_POA (const String &name,
lock,
thread_lock,
orb_core,
- object_adapter
- ),
+ object_adapter),
CORBA::NO_MEMORY ());
return poa;
@@ -299,8 +297,7 @@ TAO_RT_POA::key_to_stub_i (const TAO::ObjectKey &object_key,
// POA. If there are no bands, all the thread lanes are used.
CORBA::Policy_var bands =
this->policies ().get_cached_policy (
- TAO_CACHED_POLICY_RT_PRIORITY_BANDED_CONNECTION
- );
+ TAO_CACHED_POLICY_RT_PRIORITY_BANDED_CONNECTION);
RTCORBA::PriorityBandedConnectionPolicy_var priority_bands
= RTCORBA::PriorityBandedConnectionPolicy::_narrow (bands.in ());