summaryrefslogtreecommitdiff
path: root/ace/SOCK_Connector.h
diff options
context:
space:
mode:
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);