summaryrefslogtreecommitdiff
path: root/ace/Asynch_Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Asynch_Connector.h')
-rw-r--r--ace/Asynch_Connector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Asynch_Connector.h b/ace/Asynch_Connector.h
index c1e9a34fb70..8b00b9544af 100644
--- a/ace/Asynch_Connector.h
+++ b/ace/Asynch_Connector.h
@@ -44,7 +44,6 @@ template <class HANDLER>
class ACE_Asynch_Connector : public ACE_Handler
{
public:
- static const ACE_INET_Addr local_default;
/// A do nothing constructor.
ACE_Asynch_Connector (void);
@@ -61,7 +60,8 @@ public:
/// This initiates a new asynchronous connect
virtual int connect (const ACE_INET_Addr &remote_sap,
- const ACE_INET_Addr &local_sap = local_default,
+ const ACE_INET_Addr &local_sap =
+ ACE_INET_Addr ((u_short)0),
int reuse_addr = 1,
const void *act = 0);