summaryrefslogtreecommitdiff
path: root/ACE/tests/Conn_Test.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Conn_Test.h')
-rw-r--r--ACE/tests/Conn_Test.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ACE/tests/Conn_Test.h b/ACE/tests/Conn_Test.h
index 637466d19fd..49531fb5603 100644
--- a/ACE/tests/Conn_Test.h
+++ b/ACE/tests/Conn_Test.h
@@ -4,9 +4,6 @@
/**
* @file Conn_Test.h
*
- * Define class needed for generating templates. IBM C++ requires this to
- * be in its own file for auto template instantiation.
- *
* @author Irfan Pyarali <irfan@cs.wustl.edu>
*/
//=============================================================================
@@ -27,10 +24,6 @@
*
* @brief This class is the product created by both <ACE_Connector>
* and <ACE_Acceptor> objects.
- *
- * This class gets its own header file to work around AIX C++
- * compiler "features" related to template instantiation... It is
- * only used by Conn_Test.cpp.
*/
class Svc_Handler : public ACE_Svc_Handler<ACE_SOCK_STREAM, ACE_NULL_SYNCH>
{