diff options
author | spark <spark@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-03-08 23:18:09 +0000 |
---|---|---|
committer | spark <spark@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-03-08 23:18:09 +0000 |
commit | 79a9348d4c8c0850d463585bbf39c5e40a35c710 (patch) | |
tree | 743b8dd289cdd6c9eff8ffd981bea63d6d36b9cd /ace/SOCK_Acceptor.h | |
parent | 7f6af721ee5781fec03fe602286487e7a220e758 (diff) | |
download | ATCD-79a9348d4c8c0850d463585bbf39c5e40a35c710.tar.gz |
Updated to skip QoS part on WinCE.
Diffstat (limited to 'ace/SOCK_Acceptor.h')
-rw-r--r-- | ace/SOCK_Acceptor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/SOCK_Acceptor.h b/ace/SOCK_Acceptor.h index b5bd8f8ff17..9c580b41da7 100644 --- a/ace/SOCK_Acceptor.h +++ b/ace/SOCK_Acceptor.h @@ -109,6 +109,7 @@ public: int restart = 1, int reset_new_handle = 0) const; +#if !defined (ACE_HAS_WINCE) /** * Accept a new <ACE_SOCK_Stream> connection using the QoS * information in <qos_params>. A <timeout> of 0 means block @@ -125,6 +126,7 @@ public: ACE_Time_Value *timeout = 0, int restart = 1, int reset_new_handle = 0) const; +#endif // ACE_HAS_WINCE // = Meta-type info typedef ACE_INET_Addr PEER_ADDR; |