diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-09 08:27:31 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-09 08:27:31 +0000 |
commit | f0c080fdc364d753e4858872160be9e46c9c72ee (patch) | |
tree | 9000a3a9fd0ef9533bce2ec9ee8574bb0253ac78 /ace/Asynch_IO.h | |
parent | 75c135d4ee37b69f112affec1948ef387456dce9 (diff) | |
download | ATCD-f0c080fdc364d753e4858872160be9e46c9c72ee.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Asynch_IO.h')
-rw-r--r-- | ace/Asynch_IO.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ace/Asynch_IO.h b/ace/Asynch_IO.h index 69c735e253d..b0fcd522070 100644 --- a/ace/Asynch_IO.h +++ b/ace/Asynch_IO.h @@ -21,7 +21,11 @@ #include "ace/OS.h" #if defined (ACE_WIN32) -// This only works on Win32 platforms +// This only works on Win32 platforms. +// +// The implementation of ACE_Asynch_Transmit_File and +// ACE_Asynch_Accept are only supported if ACE_HAS_WINSOCK2 is defined +// or you are on WinNT 4.0 or higher // Forward declarations class ACE_Proactor; |