summaryrefslogtreecommitdiff
path: root/ace/WIN32_Asynch_IO.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-10-13 21:31:37 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-10-13 21:31:37 +0000
commit6a877e2ee6a1c57f8a13c2603adaf4b96a9494d6 (patch)
tree189aa48e180eae50cf8c93fe0dcc4797446d9536 /ace/WIN32_Asynch_IO.h
parent628761970675415c6733411dd62a6e948f4566fc (diff)
downloadATCD-6a877e2ee6a1c57f8a13c2603adaf4b96a9494d6.tar.gz
ChangeLogTag: Sun Oct 13 15:57:04 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'ace/WIN32_Asynch_IO.h')
-rw-r--r--ace/WIN32_Asynch_IO.h26
1 files changed, 15 insertions, 11 deletions
diff --git a/ace/WIN32_Asynch_IO.h b/ace/WIN32_Asynch_IO.h
index f94dd04835d..f4c731ed4ef 100644
--- a/ace/WIN32_Asynch_IO.h
+++ b/ace/WIN32_Asynch_IO.h
@@ -686,6 +686,7 @@ public:
int priority,
int signal_number = 0);
+#if ((ACE_HAS_WINNT4) && (ACE_HAS_WINNT4 != 0))
/**
* Same as above but with scatter support, through chaining of composite
* message blocks using the continuation field.
@@ -699,6 +700,7 @@ public:
const void *act,
int priority,
int signal_number = 0);
+#endif /**/
/// Destructor.
virtual ~ACE_WIN32_Asynch_Read_File (void);
@@ -891,6 +893,7 @@ public:
int priority,
int signal_number = 0);
+#if ((ACE_HAS_WINNT4) && (ACE_HAS_WINNT4 != 0))
/**
* Same as above but with gather support, through chaining of composite
* message blocks using the continuation field.
@@ -904,6 +907,7 @@ public:
const void *act,
int priority,
int signal_number = 0);
+#endif /**/
/// Destrcutor.
virtual ~ACE_WIN32_Asynch_Write_File (void);
@@ -1432,17 +1436,17 @@ protected:
/// Constructor is protected since creation is limited to
/// ACE_Asynch_Transmit_File factory.
ACE_WIN32_Asynch_Transmit_File_Result (ACE_Handler &handler,
- ACE_HANDLE socket,
- ACE_HANDLE file,
- ACE_Asynch_Transmit_File::Header_And_Trailer *header_and_trailer,
- size_t bytes_to_write,
- u_long offset,
- u_long offset_high,
- size_t bytes_per_send,
- u_long flags,
- const void *act,
- ACE_HANDLE event,
- int priority,
+ ACE_HANDLE socket,
+ ACE_HANDLE file,
+ ACE_Asynch_Transmit_File::Header_And_Trailer *header_and_trailer,
+ size_t bytes_to_write,
+ u_long offset,
+ u_long offset_high,
+ size_t bytes_per_send,
+ u_long flags,
+ const void *act,
+ ACE_HANDLE event,
+ int priority,
int signal_number = 0);
/// Proactor will call this method when the write completes.