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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ace/Asynch_Connector.h b/ace/Asynch_Connector.h
index c1e9a34fb70..91df697c275 100644
--- a/ace/Asynch_Connector.h
+++ b/ace/Asynch_Connector.h
@@ -44,8 +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 +59,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 =
+ (const ACE_INET_Addr &)ACE_Addr::sap_any,
int reuse_addr = 1,
const void *act = 0);