diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-09-27 22:35:51 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-09-27 22:35:51 +0000 |
commit | 5a8fcb117d05ba23fbf9d5a30d2d74595ad5ce72 (patch) | |
tree | b0681352ab817b230d82e82b4fd2b251abf8fa6a /ace/Cached_Connect_Strategy_T.h | |
parent | d8c5123169fe64bc0ca498681daae9314f2b1ed9 (diff) | |
download | ATCD-5a8fcb117d05ba23fbf9d5a30d2d74595ad5ce72.tar.gz |
ChangeLogTag:Thu Sep 27 06:12:21 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/Cached_Connect_Strategy_T.h')
-rw-r--r-- | ace/Cached_Connect_Strategy_T.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/Cached_Connect_Strategy_T.h b/ace/Cached_Connect_Strategy_T.h index 9c3050c0937..56ec72b1606 100644 --- a/ace/Cached_Connect_Strategy_T.h +++ b/ace/Cached_Connect_Strategy_T.h @@ -10,7 +10,6 @@ */ //============================================================================= - #ifndef CACHED_CONNECT_STRATEGY_T_H #define CACHED_CONNECT_STRATEGY_T_H #include "ace/pre.h" @@ -46,9 +45,7 @@ template <class SVC_HANDLER, ACE_PEER_CONNECTOR_1, class CACHING_STRATEGY, class ATTRIBUTES, class MUTEX> class ACE_Cached_Connect_Strategy_Ex : public ACE_Cached_Connect_Strategy<SVC_HANDLER, ACE_PEER_CONNECTOR_2, MUTEX> { - public: - /// Constructor ACE_Cached_Connect_Strategy_Ex (CACHING_STRATEGY &caching_s, ACE_Creation_Strategy<SVC_HANDLER> *cre_s = 0, |