summaryrefslogtreecommitdiff
path: root/ACE/ace/POSIX_Asynch_IO.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 19:39:53 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 19:39:53 +0100
commit22d7fb7eebc9c4ca1cdd4637a4f1daacc0a530ac (patch)
tree23ddfc70c283ccaf582b74f8ec4a8e8168a1bd3e /ACE/ace/POSIX_Asynch_IO.h
parente392479f563136c2bedd53b6e3af905965116fa0 (diff)
downloadATCD-22d7fb7eebc9c4ca1cdd4637a4f1daacc0a530ac.tar.gz
Shorten file headers
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