summaryrefslogtreecommitdiff
path: root/ACE/ACEXML
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 /ACE/ACEXML
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 'ACE/ACEXML')
-rw-r--r--ACE/ACEXML/apps/svcconf/Svcconf_Handler.cpp9
-rw-r--r--ACE/ACEXML/common/DefaultHandler.cpp5
-rw-r--r--ACE/ACEXML/examples/SAXPrint/SAXPrint_Handler.cpp1
3 files changed, 0 insertions, 15 deletions
diff --git a/ACE/ACEXML/apps/svcconf/Svcconf_Handler.cpp b/ACE/ACEXML/apps/svcconf/Svcconf_Handler.cpp
index e8c2c07a5bf..b5d173d2fb3 100644
--- a/ACE/ACEXML/apps/svcconf/Svcconf_Handler.cpp
+++ b/ACE/ACEXML/apps/svcconf/Svcconf_Handler.cpp
@@ -23,12 +23,10 @@ ACEXML_Svcconf_Handler::ACEXML_Svcconf_Handler (void)
stream_svc_type_ (0),
stream_ (0)
{
- // no-op
}
ACEXML_Svcconf_Handler::~ACEXML_Svcconf_Handler (void)
{
- // no-op
}
void
@@ -36,13 +34,11 @@ ACEXML_Svcconf_Handler::characters (const ACEXML_Char *,
int,
int)
{
- // no-op
}
void
ACEXML_Svcconf_Handler::endDocument (void)
{
- // no-op
}
void
@@ -268,7 +264,6 @@ ACEXML_Svcconf_Handler::endElement (const ACEXML_Char *,
void
ACEXML_Svcconf_Handler::endPrefixMapping (const ACEXML_Char *)
{
- // no-op
}
void
@@ -276,14 +271,12 @@ ACEXML_Svcconf_Handler::ignorableWhitespace (const ACEXML_Char *,
int,
int)
{
- // no-op
}
void
ACEXML_Svcconf_Handler::processingInstruction (const ACEXML_Char *,
const ACEXML_Char *)
{
- // no-op
}
void
@@ -295,13 +288,11 @@ ACEXML_Svcconf_Handler::setDocumentLocator (ACEXML_Locator* locator)
void
ACEXML_Svcconf_Handler::skippedEntity (const ACEXML_Char *)
{
- // no-op
}
void
ACEXML_Svcconf_Handler::startDocument (void)
{
- // no-op
}
void
diff --git a/ACE/ACEXML/common/DefaultHandler.cpp b/ACE/ACEXML/common/DefaultHandler.cpp
index eddd989b44e..2338518e312 100644
--- a/ACE/ACEXML/common/DefaultHandler.cpp
+++ b/ACE/ACEXML/common/DefaultHandler.cpp
@@ -4,12 +4,10 @@
ACEXML_DefaultHandler::ACEXML_DefaultHandler (void)
{
- // no-op
}
ACEXML_DefaultHandler::~ACEXML_DefaultHandler (void)
{
- // no-op
}
void
@@ -17,13 +15,11 @@ ACEXML_DefaultHandler::characters (const ACEXML_Char *,
size_t,
size_t)
{
- // No-op.
}
void
ACEXML_DefaultHandler::endDocument (void)
{
- // No-op.
}
void
@@ -31,7 +27,6 @@ ACEXML_DefaultHandler::endElement (const ACEXML_Char *,
const ACEXML_Char *,
const ACEXML_Char *)
{
- // No-op.
}
void
diff --git a/ACE/ACEXML/examples/SAXPrint/SAXPrint_Handler.cpp b/ACE/ACEXML/examples/SAXPrint/SAXPrint_Handler.cpp
index 11cd6fce1f1..bebc001277a 100644
--- a/ACE/ACEXML/examples/SAXPrint/SAXPrint_Handler.cpp
+++ b/ACE/ACEXML/examples/SAXPrint/SAXPrint_Handler.cpp
@@ -11,7 +11,6 @@
ACEXML_SAXPrint_Handler::ACEXML_SAXPrint_Handler (const ACEXML_Char* filename)
: indent_ (0), fileName_(ACE::strnew (filename)), locator_ (0)
{
- // no-op
}
ACEXML_SAXPrint_Handler::~ACEXML_SAXPrint_Handler (void)