summaryrefslogtreecommitdiff
path: root/ace/SOCK_Connector.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-21 19:26:46 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-21 19:26:46 +0000
commit9e9254f32711d4ecf1e3f71b54982eaf6845388e (patch)
tree760551d54bece3e52d2f1cd3d05b26d9c1c1439b /ace/SOCK_Connector.h
parent4ecd5d0edb663fdba4935912ccdbbf79a66482ae (diff)
downloadATCD-9e9254f32711d4ecf1e3f71b54982eaf6845388e.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/SOCK_Connector.h')
-rw-r--r--ace/SOCK_Connector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/SOCK_Connector.h b/ace/SOCK_Connector.h
index af9c3d03a67..aef86b427d8 100644
--- a/ace/SOCK_Connector.h
+++ b/ace/SOCK_Connector.h
@@ -21,13 +21,13 @@
#include "ace/Time_Value.h"
class ACE_Export ACE_SOCK_Connector
+{
// = TITLE
// 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.
ACE_SOCK_Connector (void);