diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-05-03 05:52:09 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-05-03 05:52:09 +0000 |
commit | 7058bc67b51cce2ffefa4c15f3249659ed792d87 (patch) | |
tree | c34322867c24f179460bdeccbf744077ab5d46a5 /ace/Cached_Connect_Strategy_T.h | |
parent | cf135408929f12d40732cbfd4e56c555b14a80de (diff) | |
download | ATCD-7058bc67b51cce2ffefa4c15f3249659ed792d87.tar.gz |
ChangeLogTag:Tue May 2 19:33:57 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ace/Cached_Connect_Strategy_T.h')
-rw-r--r-- | ace/Cached_Connect_Strategy_T.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/Cached_Connect_Strategy_T.h b/ace/Cached_Connect_Strategy_T.h index d8e7629b959..941a8799cbf 100644 --- a/ace/Cached_Connect_Strategy_T.h +++ b/ace/Cached_Connect_Strategy_T.h @@ -178,10 +178,6 @@ protected: // Table that maintains the cache of connected <SVC_HANDLER>s. }; -#if !defined (ACE_LACKS_INLINE_FUNCTIONS) -#include "ace/Cached_Connect_Strategy_T.i" -#endif /* ACE_LACKS_INLINE_FUNCTIONS */ - #if defined (ACE_TEMPLATES_REQUIRE_SOURCE) #include "ace/Cached_Connect_Strategy_T.cpp" #endif /* ACE_TEMPLATES_REQUIRE_SOURCE */ |