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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/SOCK_Connector.h b/ace/SOCK_Connector.h
index 334f448c0ae..1236c53eb92 100644
--- a/ace/SOCK_Connector.h
+++ b/ace/SOCK_Connector.h
@@ -70,7 +70,7 @@ public:
int reuse_addr = 0,
int flags = 0,
int perms = 0,
- int protocol_family = PF_INET,
+ int protocol_family = ACE_PROTOCOL_FAMILY_INET,
int protocol = 0);
/**
@@ -105,7 +105,7 @@ public:
u_long flags = 0,
int reuse_addr = 0,
int perms = 0,
- int protocol_family = PF_INET,
+ int protocol_family = ACE_PROTOCOL_FAMILY_INET,
int protocol = 0);
/**
@@ -136,7 +136,7 @@ public:
int reuse_addr = 0,
int flags = 0,
int perms = 0,
- int protocol_family = PF_INET,
+ int protocol_family = ACE_PROTOCOL_FAMILY_INET,
int protocol = 0);
/**
@@ -169,7 +169,7 @@ public:
u_long flags = 0,
int reuse_addr = 0,
int perms = 0,
- int protocol_family = PF_INET,
+ int protocol_family = ACE_PROTOCOL_FAMILY_INET,
int protocol = 0);
/// Default dtor.