diff options
author | arvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-09-06 22:15:16 +0000 |
---|---|---|
committer | arvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-09-06 22:15:16 +0000 |
commit | c49efd1352731ed8d571dfaf483853e82b32f4be (patch) | |
tree | 60ef4c82a859645e3bad906d16d2671e1460dc5f /TAO/tao/IIOP_Connector.h | |
parent | cbe1a5e05b87105ed37717494ef47cabb836b9ee (diff) | |
download | ATCD-c49efd1352731ed8d571dfaf483853e82b32f4be.tar.gz |
ChangelogTag: Tue Sep 6 16:12:04 2005 Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/IIOP_Connector.h')
-rw-r--r-- | TAO/tao/IIOP_Connector.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/IIOP_Connector.h b/TAO/tao/IIOP_Connector.h index ef42a8bb4ac..cb57818fa1b 100644 --- a/TAO/tao/IIOP_Connector.h +++ b/TAO/tao/IIOP_Connector.h @@ -55,8 +55,6 @@ public: /// Destructor. ~TAO_IIOP_Connector (void); - //@@ TAO_CONNECTOR_SPL_PUBLIC_METHODS_COPY_HOOK_START - // = The TAO_Connector methods, please check the documentation on // Transport_Connector.h int open (TAO_ORB_Core *orb_core); @@ -69,6 +67,8 @@ public: public: + //@@ TAO_CONNECTOR_SPL_PUBLIC_METHODS_COPY_HOOK_START + typedef TAO_Connect_Concurrency_Strategy<TAO_IIOP_Connection_Handler> TAO_IIOP_CONNECT_CONCURRENCY_STRATEGY; |