summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-01-29 11:11:49 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-01-29 11:11:49 +0100
commit8c3146a6f94d0aa074d8925b6f4a06f569ee5a6c (patch)
tree1c4c89731d25d9862a0e6f68cb06c251fb7d2e15 /TAO/examples/Simple
parent307761bd15ca8f93be6af30d56a44f80885dddf7 (diff)
downloadATCD-8c3146a6f94d0aa074d8925b6f4a06f569ee5a6c.tar.gz
Removed noop comments, no need for that. Removed empty lines, some old commented out code and some unicode fixs
* ACE/ACEXML/apps/svcconf/Svcconf_Handler.cpp: * ACE/ACEXML/common/DefaultHandler.cpp: * ACE/ACEXML/examples/SAXPrint/SAXPrint_Handler.cpp: * TAO/TAO_IDL/be/be_visitor_sequence/sequence_base.cpp: * TAO/examples/Callback_Quoter/Notifier_Input_Handler.cpp: * TAO/examples/Event_Comm/Notifier_Server.cpp: * TAO/examples/OBV/Simple_util.cpp: * TAO/examples/Persistent_Grid/Grid_i.cpp: * TAO/examples/Persistent_Grid/Simple_util.cpp: * TAO/examples/PluggableUDP/tests/Performance/UDP_i.cpp: * TAO/examples/Simple/bank/AccountManager_i.cpp: * TAO/examples/Simple/bank/Account_i.cpp: * TAO/examples/Simple/grid/Grid_i.cpp: * TAO/examples/Simple/time-date/Time_Date_Client_i.cpp: * TAO/examples/Simple/time/Time_i.cpp: * TAO/orbsvcs/FT_ReplicationManager/FT_DefaultFaultAnalyzer.cpp: * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp: * TAO/orbsvcs/ImplRepo_Service/Locator_Repository.cpp: * TAO/orbsvcs/Time_Service/Clerk_i.cpp: * TAO/orbsvcs/Time_Service/Server_i.cpp: * TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.cpp: * TAO/orbsvcs/orbsvcs/AV/Protocol_Factory.cpp: * TAO/orbsvcs/tests/Bug_2247_Regression/test_i.cpp: * TAO/orbsvcs/tests/Bug_2248_Regression/test_i.cpp: * TAO/orbsvcs/tests/FaultTolerance/IOGR/test_i.cpp: * TAO/tao/LF_Multi_Event.cpp: * TAO/tao/Transport.cpp: * TAO/tests/Big_Reply/Big_Reply_i.cpp: * TAO/tests/Bug_2935_Regression/sink_i.cpp: * TAO/tests/Bug_3276_Regression/test_i.cpp: * TAO/tests/CSD_Collocation/Collocation_Tester.cpp: * TAO/tests/CSD_Collocation/Diamond_i.cpp: * TAO/tests/Collocation/Collocation_Tester.cpp: * TAO/tests/Collocation/Diamond_i.cpp: * TAO/tests/DIOP/UDP_i.cpp: * TAO/tests/InterOp-Naming/INS_i.cpp: * TAO/tests/InterOp-Naming/Server_i.cpp: * TAO/tests/MProfile/test_i.cpp: * TAO/tests/MProfile_Connection_Timeout/test_i.cpp: * TAO/tests/MProfile_Forwarding/Servant_Locator.cpp: * TAO/tests/MProfile_Forwarding/test_i.cpp: * TAO/tests/OBV/Simple/Simple_util.cpp: * TAO/tests/RTCORBA/MT_Client_Protocol_Priority/test.idl: * TAO/tests/Smart_Proxies/Collocation/Coll_Tester.cpp: * TAO/tests/Smart_Proxies/Collocation/Diamond_i.cpp:
Diffstat (limited to 'TAO/examples/Simple')
-rw-r--r--TAO/examples/Simple/bank/AccountManager_i.cpp1
-rw-r--r--TAO/examples/Simple/bank/Account_i.cpp1
-rw-r--r--TAO/examples/Simple/grid/Grid_i.cpp1
-rw-r--r--TAO/examples/Simple/time-date/Time_Date_Client_i.cpp2
-rw-r--r--TAO/examples/Simple/time/Time_i.cpp2
5 files changed, 0 insertions, 7 deletions
diff --git a/TAO/examples/Simple/bank/AccountManager_i.cpp b/TAO/examples/Simple/bank/AccountManager_i.cpp
index 7ce8ccbb7b0..35010cece90 100644
--- a/TAO/examples/Simple/bank/AccountManager_i.cpp
+++ b/TAO/examples/Simple/bank/AccountManager_i.cpp
@@ -7,7 +7,6 @@
AccountManager_i::AccountManager_i (void) :
orb_manager_ (0)
{
- // no-op
}
// Destructor
diff --git a/TAO/examples/Simple/bank/Account_i.cpp b/TAO/examples/Simple/bank/Account_i.cpp
index 799af2aac41..e301f7fab97 100644
--- a/TAO/examples/Simple/bank/Account_i.cpp
+++ b/TAO/examples/Simple/bank/Account_i.cpp
@@ -3,7 +3,6 @@
// Constructor
Account_i::Account_i (void)
{
- // no-op
}
Account_i::Account_i (const char *name,
diff --git a/TAO/examples/Simple/grid/Grid_i.cpp b/TAO/examples/Simple/grid/Grid_i.cpp
index 7dc8050e1aa..52419e2f08b 100644
--- a/TAO/examples/Simple/grid/Grid_i.cpp
+++ b/TAO/examples/Simple/grid/Grid_i.cpp
@@ -162,7 +162,6 @@ Grid_Factory_i::shutdown (void)
// Constructor
Grid_Factory_i::Grid_Factory_i (void)
{
- // no-op
}
// Destructor
diff --git a/TAO/examples/Simple/time-date/Time_Date_Client_i.cpp b/TAO/examples/Simple/time-date/Time_Date_Client_i.cpp
index eb6ee7133f6..346a83df81f 100644
--- a/TAO/examples/Simple/time-date/Time_Date_Client_i.cpp
+++ b/TAO/examples/Simple/time-date/Time_Date_Client_i.cpp
@@ -7,13 +7,11 @@
// Constructor.
Time_Date_Client_i::Time_Date_Client_i (void)
{
- // no-op
}
//Destructor.
Time_Date_Client_i::~Time_Date_Client_i (void)
{
- // no-op
}
int
diff --git a/TAO/examples/Simple/time/Time_i.cpp b/TAO/examples/Simple/time/Time_i.cpp
index e65b6add559..65dd56da074 100644
--- a/TAO/examples/Simple/time/Time_i.cpp
+++ b/TAO/examples/Simple/time/Time_i.cpp
@@ -4,13 +4,11 @@
// Constructor
Time_i::Time_i (void)
{
- // no-op
}
// Destructor
Time_i::~Time_i (void)
{
- // no-op
}
// Set the ORB pointer.