summaryrefslogtreecommitdiff
path: root/ACE/ace/WIN32_Asynch_IO.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 19:58:50 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 19:58:50 +0100
commit3378cfa045cab63e02223ffe4f11794a338c05a6 (patch)
treeb9b9a8a7cb8dc267e159bafab4b68e0dd7c0f57d /ACE/ace/WIN32_Asynch_IO.h
parent91ec92bc2e0052c8ab2a6bdfd2da3069218a6422 (diff)
downloadATCD-3378cfa045cab63e02223ffe4f11794a338c05a6.tar.gz
Shorter header
Diffstat (limited to 'ACE/ace/WIN32_Asynch_IO.h')
-rw-r--r--ACE/ace/WIN32_Asynch_IO.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ACE/ace/WIN32_Asynch_IO.h b/ACE/ace/WIN32_Asynch_IO.h
index 544df23350e..41ceffac051 100644
--- a/ACE/ace/WIN32_Asynch_IO.h
+++ b/ACE/ace/WIN32_Asynch_IO.h
@@ -4,14 +4,12 @@
/**
* @file WIN32_Asynch_IO.h
*
- *
* These classes only works on Win32 platforms.
*
* The implementation of ACE_Asynch_Transmit_File,
* ACE_Asynch_Accept, and ACE_Asynch_Connect are only supported if
* ACE_HAS_WINSOCK2 is defined or you are on WinNT 4.0 or higher.
*
- *
* @author Irfan Pyarali <irfan@cs.wustl.edu>
* @author Tim Harrison <harrison@cs.wustl.edu>
* @author Alexander Babu Arulanthu <alex@cs.wustl.edu>
@@ -485,7 +483,6 @@ protected:
* @brief This class is a factory for starting off asynchronous writes
* on a stream.
*
- *
* Once open() is called, multiple asynchronous <writes>s can
* started using this class. A ACE_Asynch_Write_Stream::Result
* will be passed back to the @a handler when the asynchronous
@@ -1340,7 +1337,6 @@ private:
/**
* @class ACE_WIN32_Asynch_Transmit_File_Result
*
- *
* @brief This class implements ACE_Asynch_Transmit_File::Result for
* WIN32 platforms.
*
@@ -1848,7 +1844,6 @@ protected:
* @brief This class is a factory for starting off asynchronous writes
* on a UDP socket.
*
- *
* Once <open> is called, multiple asynchronous <writes>s can
* started using this class. A ACE_Asynch_Write_Stream::Result
* will be passed back to the @a handler when the asynchronous