X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocolClientSocketHandle.hh;h=64e43095814da44d26e0b7e77dca2dc0b0a1bb7c;hb=0e87ffe1cd4de41a27a29c427d7538789e4e3a43;hp=8492e3bad6a2604cdae5aeb26dc6b7b340d604c1;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Socket/ProtocolClientSocketHandle.hh b/senf/Socket/ProtocolClientSocketHandle.hh index 8492e3b..64e4309 100644 --- a/senf/Socket/ProtocolClientSocketHandle.hh +++ b/senf/Socket/ProtocolClientSocketHandle.hh @@ -33,12 +33,12 @@ #include #include "ProtocolClientSocketHandle.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { /// \addtogroup handle_group - /// @{ + //\{ template class ProtocolServerSocketHandle; @@ -63,14 +63,14 @@ namespace senf { : public ClientSocketHandle { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// // Types typedef SocketProtocol Protocol; ///< The sockets protocol - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// ///\name Structors and default members - ///@{ + //\{ /** \brief Create new client socket @@ -88,23 +88,22 @@ namespace senf { /** \brief Create uninitialized socket variable - This special constructor is called when passing - ProtocolClientSocketHandle::Uninitialized as only argument to the constructor. This will - create an in-\ref valid() socket handle which can however be assigned later with another - socket instance. + This special constructor is called when passing \c senf::noinit as only argument to + the constructor. This will create an in-\ref valid() socket handle which can however + be assigned later with another socket instance. \implementation The socket handle will have no \c body allocated. */ ProtocolClientSocketHandle(senf::NoInit_t); - ///@} - /////////////////////////////////////////////////////////////////////////// + //\} + //-//////////////////////////////////////////////////////////////////////// - Protocol & protocol(); ///< Access the protocol interface + Protocol & protocol(); ///< Access the protocol interface /**< The returned protocol class reference gives access to - the complete protocol interface as defined by that - class. See the respective protocol class documentation. - \returns \a Protocol class reference */ + the complete protocol interface as defined by that + class. See the respective protocol class documentation. + \returns \a Protocol class reference */ static ProtocolClientSocketHandle cast_static(FileHandle handle); static ProtocolClientSocketHandle cast_dynamic(FileHandle handle); @@ -119,10 +118,10 @@ namespace senf { friend class ProtocolServerSocketHandle; }; - /// @} + //\} } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "ProtocolClientSocketHandle.cci" //#include "ProtocolClientSocketHandle.ct" #include "ProtocolClientSocketHandle.cti"