summaryrefslogtreecommitdiff
path: root/ACE/ace/Asynch_IO.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-01-20 14:28:57 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-01-20 14:28:57 +0100
commitd6c5fa19716b710de9738e80cc5c2840670a921e (patch)
treeef4e898008b1c20f8368e14422daee69a32cb7c0 /ACE/ace/Asynch_IO.h
parentf480c6cc4f2335b79e350b596cbbe225b728ca7e (diff)
downloadATCD-d6c5fa19716b710de9738e80cc5c2840670a921e.tar.gz
Minor layout/doxygen changes, gathered through time
* ACE/ace/ACE.inl: * ACE/ace/ATM_Acceptor.cpp: * ACE/ace/ATM_Addr.cpp: * ACE/ace/ATM_Connector.cpp: * ACE/ace/ATM_Params.cpp: * ACE/ace/ATM_QoS.cpp: * ACE/ace/ATM_QoS.h: * ACE/ace/ATM_Stream.h: * ACE/ace/Acceptor.h: * ACE/ace/Active_Map_Manager_T.h: * ACE/ace/Argv_Type_Converter.h: * ACE/ace/Array_Base.h: * ACE/ace/Array_Map.h: * ACE/ace/Asynch_IO.h: * ACE/ace/Atomic_Op_T.h: * ACE/ace/Base_Thread_Adapter.h: * ACE/ace/CDR_Base.h: * ACE/ace/CDR_Size.h: * ACE/ace/CDR_Stream.h: * ACE/ace/CE_Screen_Output.h: * ACE/ace/Cache_Map_Manager_T.h: * ACE/ace/Cached_Connect_Strategy_T.h: * ACE/ace/Caching_Strategies_T.h: * ACE/ace/Caching_Utility_T.h: * ACE/ace/Capabilities.h: * ACE/ace/Cleanup_Strategies_T.h: * ACE/ace/Codecs.h: * ACE/ace/Codeset_Registry.h: * ACE/ace/Compression/Compressor.h: * ACE/ace/Configuration.h: * ACE/ace/Connector.h: * ACE/ace/Containers_T.h: * ACE/ace/Copy_Disabled.h: * ACE/ace/DEV_Connector.h: * ACE/ace/DLL.h: * ACE/ace/DLL_Manager.h: * ACE/ace/Dev_Poll_Reactor.h: * ACE/ace/Dynamic_Message_Strategy.h: * ACE/ace/ETCL/ETCL_Constraint.h: * ACE/ace/MEM_Stream.h: * ACE/ace/Profile_Timer.h: * ACE/ace/SUN_Proactor.h: * ACE/ace/String_Base_Const.h: * ACE/ace/Svc_Handler.h:
Diffstat (limited to 'ACE/ace/Asynch_IO.h')
-rw-r--r--ACE/ace/Asynch_IO.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/ACE/ace/Asynch_IO.h b/ACE/ace/Asynch_IO.h
index 1c7d5e4b827..78db98fcdd0 100644
--- a/ACE/ace/Asynch_IO.h
+++ b/ACE/ace/Asynch_IO.h
@@ -101,7 +101,6 @@ class ACE_Time_Value;
*/
class ACE_Export ACE_Asynch_Result
{
-
public:
/// Number of bytes transferred by the operation.
size_t bytes_transferred (void) const;
@@ -198,7 +197,6 @@ class ACE_Asynch_Operation_Impl;
*/
class ACE_Export ACE_Asynch_Operation
{
-
public:
/**
* Initializes the factory with information which will be used with
@@ -288,7 +286,6 @@ class ACE_Asynch_Read_Stream_Impl;
*/
class ACE_Export ACE_Asynch_Read_Stream : public ACE_Asynch_Operation
{
-
public:
/// A do nothing constructor.
ACE_Asynch_Read_Stream (void);
@@ -379,7 +376,6 @@ public:
*/
class ACE_Export Result : public ACE_Asynch_Result
{
-
/// The concrete implementation result classes only construct this
/// class.
friend class ACE_POSIX_Asynch_Read_Stream_Result;
@@ -432,7 +428,6 @@ class ACE_Asynch_Write_Stream_Result_Impl;
*/
class ACE_Export ACE_Asynch_Write_Stream : public ACE_Asynch_Operation
{
-
public:
/// A do nothing constructor.
ACE_Asynch_Write_Stream (void);
@@ -535,7 +530,6 @@ public:
*/
class ACE_Export Result : public ACE_Asynch_Result
{
-
/// The concrete implementation result classes only construct this
/// class.
friend class ACE_POSIX_Asynch_Write_Stream_Result;
@@ -591,7 +585,6 @@ class ACE_Asynch_Read_File_Result_Impl;
*/
class ACE_Export ACE_Asynch_Read_File : public ACE_Asynch_Read_Stream
{
-
public:
/// A do nothing constructor.
ACE_Asynch_Read_File (void);
@@ -691,7 +684,6 @@ public:
*/
class ACE_Export Result : public ACE_Asynch_Read_Stream::Result
{
-
/// The concrete implementation result classes only construct this
/// class.
friend class ACE_POSIX_Asynch_Read_File_Result;
@@ -742,7 +734,6 @@ class ACE_Asynch_Write_File_Result_Impl;
*/
class ACE_Export ACE_Asynch_Write_File : public ACE_Asynch_Write_Stream
{
-
public:
/// A do nothing constructor.
ACE_Asynch_Write_File (void);
@@ -827,7 +818,6 @@ public:
*/
class ACE_Export Result : public ACE_Asynch_Write_Stream::Result
{
-
/// The concrete implementation result classes only construct this
/// class.
friend class ACE_POSIX_Asynch_Write_File_Result;
@@ -876,7 +866,6 @@ class ACE_Asynch_Accept_Impl;
*/
class ACE_Export ACE_Asynch_Accept : public ACE_Asynch_Operation
{
-
public:
/// A do nothing constructor.
ACE_Asynch_Accept (void);
@@ -959,7 +948,6 @@ public:
*/
class ACE_Export Result : public ACE_Asynch_Result
{
-
/// The concrete implementation result classes only construct this
/// class.
friend class ACE_POSIX_Asynch_Accept_Result;
@@ -1013,7 +1001,6 @@ class ACE_Asynch_Connect_Impl;
*/
class ACE_Export ACE_Asynch_Connect : public ACE_Asynch_Operation
{
-
public:
/// A do nothing constructor.
ACE_Asynch_Connect (void);
@@ -1065,7 +1052,6 @@ public:
*/
class ACE_Export Result : public ACE_Asynch_Result
{
-
/// The concrete implementation result classes only construct this
/// class.
friend class ACE_POSIX_Asynch_Connect_Result;
@@ -1118,7 +1104,6 @@ class ACE_Asynch_Transmit_File_Impl;
*/
class ACE_Export ACE_Asynch_Transmit_File : public ACE_Asynch_Operation
{
-
public:
// Forward declarations
class Header_And_Trailer;
@@ -1191,7 +1176,6 @@ public:
*/
class ACE_Export Result : public ACE_Asynch_Result
{
-
/// The concrete implementation result classes only construct this
/// class.
friend class ACE_POSIX_Asynch_Transmit_File_Result;
@@ -1243,7 +1227,6 @@ public:
*/
class ACE_Export Header_And_Trailer
{
-
public:
/// Constructor.
Header_And_Trailer (ACE_Message_Block *header = 0,
@@ -1329,7 +1312,6 @@ class ACE_Addr;
*/
class ACE_Export ACE_Asynch_Read_Dgram : public ACE_Asynch_Operation
{
-
public:
/// A do nothing constructor.
ACE_Asynch_Read_Dgram (void);
@@ -1404,14 +1386,12 @@ public:
*/
class ACE_Export Result : public ACE_Asynch_Result
{
-
/// The concrete implementation result classes only construct this
/// class.
friend class ACE_POSIX_Asynch_Read_Dgram_Result;
friend class ACE_WIN32_Asynch_Read_Dgram_Result;
public:
-
/// The number of bytes which were requested at the start of the
/// asynchronous read.
size_t bytes_to_read (void) const;
@@ -1465,7 +1445,6 @@ class ACE_Asynch_Write_Dgram_Result_Impl;
*/
class ACE_Export ACE_Asynch_Write_Dgram : public ACE_Asynch_Operation
{
-
public:
/// A do nothing constructor.
ACE_Asynch_Write_Dgram (void);
@@ -1540,14 +1519,12 @@ public:
*/
class ACE_Export Result : public ACE_Asynch_Result
{
-
/// The concrete implementation result classes only construct this
/// class.
friend class ACE_POSIX_Asynch_Write_Dgram_Result;
friend class ACE_WIN32_Asynch_Write_Dgram_Result;
public:
-
/// The number of bytes which were requested at the start of the
/// asynchronous write.
size_t bytes_to_write (void) const;
@@ -1719,7 +1696,6 @@ class ACE_Asynch_Acceptor;
*/
class ACE_Export ACE_Service_Handler : public ACE_Handler
{
-
/// The Acceptor is the factory and therefore should have special
/// privileges.
friend class ACE_Asynch_Acceptor<ACE_Service_Handler>;