diff options
author | arvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-09-06 22:12:28 +0000 |
---|---|---|
committer | arvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-09-06 22:12:28 +0000 |
commit | cbe1a5e05b87105ed37717494ef47cabb836b9ee (patch) | |
tree | b3e928897980bd20aa35e54ee5207e502a34aa58 /TAO/tao/IIOP_Connector.cpp | |
parent | af7ad9a620118b6b98d53b4525c3e711e664a281 (diff) | |
download | ATCD-cbe1a5e05b87105ed37717494ef47cabb836b9ee.tar.gz |
ChangelogTag: Tue Sep 6 16:12:04 2005 Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
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 |