summaryrefslogtreecommitdiff
path: root/tests/Conn_Test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Conn_Test.h')
-rw-r--r--tests/Conn_Test.h20
1 files changed, 1 insertions, 19 deletions
diff --git a/tests/Conn_Test.h b/tests/Conn_Test.h
index 86f7adbf805..c0dc9c37de0 100644
--- a/tests/Conn_Test.h
+++ b/tests/Conn_Test.h
@@ -1,23 +1,5 @@
-/* -*- C++ -*- */
// $Id$
-// ============================================================================
-//
-// = LIBRARY
-// tests
-//
-// = FILENAME
-// Conn_Test.h
-//
-// = DESCRIPTION
-// 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>
-//
-// ============================================================================
-
#include "ace/Service_Config.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -28,7 +10,6 @@
#include "ace/SOCK_Stream.h"
class Svc_Handler : public ACE_Svc_Handler<ACE_SOCK_STREAM, ACE_NULL_SYNCH>
-{
// = TITLE
// This class is the product created by both <ACE_Connector>
// and <ACE_Acceptor> objects.
@@ -37,6 +18,7 @@ class Svc_Handler : public ACE_Svc_Handler<ACE_SOCK_STREAM, ACE_NULL_SYNCH>
// 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.
+{
public:
Svc_Handler (ACE_Thread_Manager * = 0);
// Do-nothing constructor.