diff options
Diffstat (limited to 'TAO/tao/IIOP_Connector.cpp')
-rw-r--r-- | TAO/tao/IIOP_Connector.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/IIOP_Connector.cpp b/TAO/tao/IIOP_Connector.cpp index dcf58c46328..aaec2f32252 100644 --- a/TAO/tao/IIOP_Connector.cpp +++ b/TAO/tao/IIOP_Connector.cpp @@ -22,7 +22,7 @@ TAO_IIOP_Connector::~TAO_IIOP_Connector (void) { } -//@@ TAO_TRANSPORT_SPL_COPY_HOOK_START +//@@ TAO_CONNECTOR_SPL_COPY_HOOK_START TAO_IIOP_Connector::TAO_IIOP_Connector (CORBA::Boolean flag) : TAO_Connector (IOP::TAG_INTERNET_IOP) , lite_flag_ (flag) @@ -395,4 +395,4 @@ TAO_IIOP_Connector::cancel_svc_handler ( return -1; } -//@@ TAO_TRANSPORT_SPL_COPY_HOOK_END +//@@ TAO_CONNECTOR_SPL_COPY_HOOK_END |