summaryrefslogtreecommitdiff
path: root/ace/SOCK_Connector.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-09 17:40:18 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-09 17:40:18 +0000
commit564e2d50198d0c0464c4755fe138ff2634865350 (patch)
tree489c25b3889e45857310d8f9221800c31e827429 /ace/SOCK_Connector.h
parent2311dbbdfebc615083badecd25eeac9bd9d63d80 (diff)
downloadATCD-564e2d50198d0c0464c4755fe138ff2634865350.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/SOCK_Connector.h')
-rw-r--r--ace/SOCK_Connector.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/ace/SOCK_Connector.h b/ace/SOCK_Connector.h
index 661af59c8c3..6544e9a08d1 100644
--- a/ace/SOCK_Connector.h
+++ b/ace/SOCK_Connector.h
@@ -1,7 +1,6 @@
/* -*- C++ -*- */
// $Id$
-
// ============================================================================
//
// = LIBRARY
@@ -21,9 +20,13 @@
#include "ace/SOCK_Stream.h"
#include "ace/Time_Value.h"
-class ACE_Export ACE_SOCK_Connector : public ACE_SOCK
+class ACE_Export ACE_SOCK_Connector
// = TITLE
- // Defines an active connection factory for the socket wrappers.
+ // Defines an active connection factory for the socket wrappers.
+ //
+ // = DESCRIPTION
+ // Objects of this class do not store state so they can be used
+ // reentrantly in multi-threaded programs...
{
public:
// = Initialization routines.