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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/SOCK_Connector.h b/ace/SOCK_Connector.h
index 70aaef7ac65..ad0d7a3c8ef 100644
--- a/ace/SOCK_Connector.h
+++ b/ace/SOCK_Connector.h
@@ -56,6 +56,9 @@ public:
// the OS do the binding. If <reuse_addr> == 1 then the
// <local_addr> is reused, even if it hasn't been cleanedup yet.
+ ~ACE_SOCK_Connector (void);
+ // Default dtor.
+
int connect (ACE_SOCK_Stream &new_stream,
const ACE_Addr &remote_sap,
ACE_Time_Value *timeout = 0,