summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-03-08 18:22:29 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-03-08 18:22:29 +0100
commitd4826febefb4892bbcae55bd312f9ddfd3a62a4a (patch)
tree1fd99705203e94f7281fa14b773effc4d52c6ec1 /TAO/orbsvcs/orbsvcs
parent7a524d788b2d179f018db43a4dc21f3cc91893f2 (diff)
downloadATCD-d4826febefb4892bbcae55bd312f9ddfd3a62a4a.tar.gz
Layout changes
* TAO/examples/Advanced/ch_18/icp.cpp: * TAO/examples/Advanced/ch_18/server.h: * TAO/examples/Advanced/ch_21/icp.cpp: * TAO/examples/Advanced/ch_21/server.h: * TAO/examples/Advanced/ch_8_and_10/icp.cpp: * TAO/examples/Advanced/ch_8_and_10/server.h: * TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.cpp: * TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp: * TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.cpp12
1 files changed, 4 insertions, 8 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.cpp b/TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.cpp
index c980d2b422e..dd8769afc25 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.cpp
@@ -113,8 +113,7 @@ TAO_ComponentRepository_i::create_servants_and_poas (
TAO_IDLType_i *
TAO_ComponentRepository_i::select_idltype (
- CORBA::DefinitionKind def_kind
- ) const
+ CORBA::DefinitionKind def_kind) const
{
switch (def_kind)
{
@@ -129,8 +128,7 @@ TAO_ComponentRepository_i::select_idltype (
TAO_Container_i *
TAO_ComponentRepository_i::select_container (
- CORBA::DefinitionKind def_kind
- ) const
+ CORBA::DefinitionKind def_kind) const
{
switch (def_kind)
{
@@ -147,8 +145,7 @@ TAO_ComponentRepository_i::select_container (
TAO_Contained_i *
TAO_ComponentRepository_i::select_contained (
- CORBA::DefinitionKind def_kind
- ) const
+ CORBA::DefinitionKind def_kind) const
{
switch (def_kind)
{
@@ -181,8 +178,7 @@ TAO_ComponentRepository_i::select_contained (
PortableServer::POA_ptr
TAO_ComponentRepository_i::select_poa (
- CORBA::DefinitionKind def_kind
- ) const
+ CORBA::DefinitionKind def_kind) const
{
switch (def_kind)
{