summaryrefslogtreecommitdiff
path: root/TAO/examples
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/examples
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/examples')
-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
6 files changed, 6 insertions, 12 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: