summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-05-22 13:57:42 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-05-22 13:57:42 +0200
commit664595aba8f63f2a32aef705db7ee67042900f71 (patch)
tree7f55cdf9a701e5c882a643665bddd280fad41cd7
parentb86d7be0f49cefaa48663d9d7c5d5af2afafdd23 (diff)
downloadATCD-664595aba8f63f2a32aef705db7ee67042900f71.tar.gz
Layout changes
* TAO/tao/IIOP_Connection_Handler.cpp: * TAO/tao/IIOP_Connector.cpp:
-rw-r--r--TAO/tao/IIOP_Connection_Handler.cpp2
-rw-r--r--TAO/tao/IIOP_Connector.cpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/IIOP_Connection_Handler.cpp b/TAO/tao/IIOP_Connection_Handler.cpp
index 66900bc5dc8..c9f13c78cff 100644
--- a/TAO/tao/IIOP_Connection_Handler.cpp
+++ b/TAO/tao/IIOP_Connection_Handler.cpp
@@ -477,7 +477,7 @@ TAO_IIOP_Connection_Handler::add_transport_to_cache (void)
if (this->peer ().get_remote_addr (addr) == -1)
return -1;
- // Construct an IIOP_Endpoint object
+ // Construct an IIOP_Endpoint object
TAO_IIOP_Endpoint endpoint (
addr,
this->orb_core()->orb_params()->cache_incoming_by_dotted_decimal_address ());
diff --git a/TAO/tao/IIOP_Connector.cpp b/TAO/tao/IIOP_Connector.cpp
index c40bf59940c..0992972b9d7 100644
--- a/TAO/tao/IIOP_Connector.cpp
+++ b/TAO/tao/IIOP_Connector.cpp
@@ -788,7 +788,6 @@ TAO_IIOP_Connector::cancel_svc_handler (
return -1;
}
-
//@@ TAO_CONNECTOR_SPL_COPY_HOOK_END
TAO_END_VERSIONED_NAMESPACE_DECL