summaryrefslogtreecommitdiff
path: root/ACE/ace/POSIX_Asynch_IO.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/POSIX_Asynch_IO.h')
-rw-r--r--ACE/ace/POSIX_Asynch_IO.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ACE/ace/POSIX_Asynch_IO.h b/ACE/ace/POSIX_Asynch_IO.h
index ba8d2437040..7a9a427d625 100644
--- a/ACE/ace/POSIX_Asynch_IO.h
+++ b/ACE/ace/POSIX_Asynch_IO.h
@@ -277,7 +277,6 @@ protected:
*
* This class implements <ACE_Asynch_Read_Stream> for all POSIX
* based implementation of Proactor.
- *
*/
class ACE_Export ACE_POSIX_Asynch_Read_Stream : public virtual ACE_Asynch_Read_Stream_Impl,
public ACE_POSIX_Asynch_Operation
@@ -540,7 +539,6 @@ protected:
* <ACE_Asynch_Write_File> for POSIX platforms where the
* completion strategy for Proactor is based on AIOCB (AIO
* Control Blocks).
- *
*/
class ACE_Export ACE_POSIX_Asynch_Write_File : public virtual ACE_Asynch_Write_File_Impl,
public ACE_POSIX_Asynch_Write_Stream
@@ -799,7 +797,6 @@ protected:
/**
* @class ACE_POSIX_Asynch_Connect
- *
*/
class ACE_Export ACE_POSIX_Asynch_Connect :
public virtual ACE_Asynch_Connect_Impl,
@@ -1042,7 +1039,6 @@ public:
* will be passed back to the <handler> when the asynchronous
* reads completes through the <ACE_Handler::handle_read_stream>
* callback.
- *
*/
class ACE_Export ACE_POSIX_Asynch_Read_Dgram : public virtual ACE_Asynch_Read_Dgram_Impl,
public ACE_POSIX_Asynch_Operation