summaryrefslogtreecommitdiff
path: root/ACE/ace/SOCK_Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/SOCK_Connector.h')
-rw-r--r--ACE/ace/SOCK_Connector.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ACE/ace/SOCK_Connector.h b/ACE/ace/SOCK_Connector.h
index 2a7dde20db4..ddf4e324434 100644
--- a/ACE/ace/SOCK_Connector.h
+++ b/ACE/ace/SOCK_Connector.h
@@ -90,7 +90,6 @@ public:
int perms = 0,
int protocol = 0);
-#if !defined (ACE_HAS_WINCE)
/**
* Actively connect to a peer, producing a connected @c ACE_SOCK_Stream
* object if the connection succeeds.
@@ -139,7 +138,6 @@ public:
u_long flags = 0,
int reuse_addr = 0,
int perms = 0);
-#endif // ACE_HAS_WINCE
/**
* Actively connect to a peer, producing a connected @c ACE_SOCK_Stream
@@ -191,7 +189,6 @@ public:
int perms = 0,
int protocol = 0);
-#if !defined (ACE_HAS_WINCE)
/**
* Actively connect to a peer, producing a connected @c ACE_SOCK_Stream
* object if the connection succeeds.
@@ -244,7 +241,6 @@ public:
u_long flags = 0,
int reuse_addr = 0,
int perms = 0);
-#endif // ACE_HAS_WINCE
/// Default destructor.
~ACE_SOCK_Connector ();