diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-09-04 19:48:12 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-09-04 19:48:12 +0000 |
commit | b3ca664f3b602a9583543682436fc269c7438a10 (patch) | |
tree | 18431585f4ae9bc09d50ad820c56c4085f7f2184 /tests/Cached_Accept_Conn_Test.cpp | |
parent | 11fcb1cf2e2d3b9bd9b2c2cd22bd58e8ce973de5 (diff) | |
download | ATCD-b3ca664f3b602a9583543682436fc269c7438a10.tar.gz |
ChangeLogTag:Sat Sep 4 14:43:36 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'tests/Cached_Accept_Conn_Test.cpp')
-rw-r--r-- | tests/Cached_Accept_Conn_Test.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Cached_Accept_Conn_Test.cpp b/tests/Cached_Accept_Conn_Test.cpp index 1efd6428e0d..1bd3b21ac0e 100644 --- a/tests/Cached_Accept_Conn_Test.cpp +++ b/tests/Cached_Accept_Conn_Test.cpp @@ -51,11 +51,9 @@ USELIB("..\ace\aced.lib"); //--------------------------------------------------------------------------- #endif /* defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 */ -// // Note: To keep both sunCC5.0 without debugging symbols and gcc2.7.3 -// happy, it was necessary to have the definitions of the methods of +// happy, it was necessary to have the definitions of the methods of // the Accept_Strategy before the instantiations. -// template <class SVC_HANDLER, ACE_PEER_ACCEPTOR_1> Accept_Strategy<SVC_HANDLER, ACE_PEER_ACCEPTOR_2>::Accept_Strategy (CACHED_CONNECT_STRATEGY &caching_connect_strategy) |