summaryrefslogtreecommitdiff
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
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:
-rw-r--r--TAO/examples/Advanced/ch_18/icp.cpp3
-rw-r--r--TAO/examples/Advanced/ch_18/server.h3
-rw-r--r--TAO/examples/Advanced/ch_21/icp.cpp3
-rw-r--r--TAO/examples/Advanced/ch_21/server.h3
-rw-r--r--TAO/examples/Advanced/ch_8_and_10/icp.cpp3
-rw-r--r--TAO/examples/Advanced/ch_8_and_10/server.h3
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.cpp12
-rw-r--r--TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp3
-rw-r--r--TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp3
9 files changed, 12 insertions, 24 deletions
diff --git a/TAO/examples/Advanced/ch_18/icp.cpp b/TAO/examples/Advanced/ch_18/icp.cpp
index d06ee1dcf34..1717861115a 100644
--- a/TAO/examples/Advanced/ch_18/icp.cpp
+++ b/TAO/examples/Advanced/ch_18/icp.cpp
@@ -147,8 +147,7 @@ public:
const StateMap::iterator & pos
) : m_pos(pos) {}
bool operator()(
- pair<const unsigned long, DeviceState> & p
- ) const
+ pair<const unsigned long, DeviceState> & p) const
{
return(
p.second.type == thermostat
diff --git a/TAO/examples/Advanced/ch_18/server.h b/TAO/examples/Advanced/ch_18/server.h
index bdb54aa4787..97b6ed266ba 100644
--- a/TAO/examples/Advanced/ch_18/server.h
+++ b/TAO/examples/Advanced/ch_18/server.h
@@ -138,8 +138,7 @@ private:
const char * str
) : m_sc(sc), m_str(str) {}
bool operator()(
- pair<const CCS::AssetType, Thermometer_impl *> & p
- ) const
+ pair<const CCS::AssetType, Thermometer_impl *> & p) const
{
char buf[32];
switch (m_sc) {
diff --git a/TAO/examples/Advanced/ch_21/icp.cpp b/TAO/examples/Advanced/ch_21/icp.cpp
index 892857db7b0..2cb291765f9 100644
--- a/TAO/examples/Advanced/ch_21/icp.cpp
+++ b/TAO/examples/Advanced/ch_21/icp.cpp
@@ -146,8 +146,7 @@ public:
const StateMap::iterator & pos
) : m_pos(pos) {}
bool operator()(
- pair<const unsigned long, DeviceState> & p
- ) const
+ pair<const unsigned long, DeviceState> & p) const
{
return(
p.second.type == thermostat
diff --git a/TAO/examples/Advanced/ch_21/server.h b/TAO/examples/Advanced/ch_21/server.h
index 4935b052223..f0c94184bc1 100644
--- a/TAO/examples/Advanced/ch_21/server.h
+++ b/TAO/examples/Advanced/ch_21/server.h
@@ -140,8 +140,7 @@ private:
const char * str
) : m_sc(sc), m_str(str) {}
bool operator()(
- CCS::AssetType anum
- ) const
+ CCS::AssetType anum) const
{
char buf[32];
switch (m_sc) {
diff --git a/TAO/examples/Advanced/ch_8_and_10/icp.cpp b/TAO/examples/Advanced/ch_8_and_10/icp.cpp
index f93bdd4ce46..4788e48ac07 100644
--- a/TAO/examples/Advanced/ch_8_and_10/icp.cpp
+++ b/TAO/examples/Advanced/ch_8_and_10/icp.cpp
@@ -144,8 +144,7 @@ public:
const StateMap::iterator & pos
) : m_pos(pos) {}
bool operator()(
- pair<const unsigned long, DeviceState> & p
- ) const
+ pair<const unsigned long, DeviceState> & p) const
{
return(
p.second.type == thermostat
diff --git a/TAO/examples/Advanced/ch_8_and_10/server.h b/TAO/examples/Advanced/ch_8_and_10/server.h
index 395c64e4382..45d0c88a980 100644
--- a/TAO/examples/Advanced/ch_8_and_10/server.h
+++ b/TAO/examples/Advanced/ch_8_and_10/server.h
@@ -117,8 +117,7 @@ private:
const char * str
) : m_sc(sc), m_str(str) {}
bool operator()(
- pair<const CCS::AssetType, Thermometer_impl *> & p
- ) const
+ pair<const CCS::AssetType, Thermometer_impl *> & p) const
{
switch (m_sc) {
case CCS::Controller::LOCATION:
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)
{
diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp b/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp
index 78a1b0db812..3d3ae83bf82 100644
--- a/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp
+++ b/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp
@@ -395,8 +395,7 @@ RedGreen_Test_StructuredPushConsumer::~RedGreen_Test_StructuredPushConsumer (
void
RedGreen_Test_StructuredPushConsumer::accumulate_into (
- ACE_Throughput_Stats &throughput
- ) const
+ ACE_Throughput_Stats &throughput) const
{
throughput.accumulate (this->throughput_);
}
diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp b/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp
index 404f031adae..90b629a2271 100644
--- a/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp
+++ b/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp
@@ -101,8 +101,7 @@ Throughput_StructuredPushSupplier::~Throughput_StructuredPushSupplier ()
void
Throughput_StructuredPushSupplier::accumulate_into (
- ACE_Throughput_Stats &throughput
- ) const
+ ACE_Throughput_Stats &throughput) const
{
throughput.accumulate (this->throughput_);
}