diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-09 17:40:18 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-09 17:40:18 +0000 |
commit | 9fc214b64cc0496b2efdd080ff745f39e17e2b7e (patch) | |
tree | 489c25b3889e45857310d8f9221800c31e827429 /ace/SOCK_Connector.h | |
parent | 51b259804b4e937882b1f3e95013bab4996a5ad2 (diff) | |
download | ATCD-9fc214b64cc0496b2efdd080ff745f39e17e2b7e.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/SOCK_Connector.h')
-rw-r--r-- | ace/SOCK_Connector.h | 9 |
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. |