X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocolClientSocketHandle.hh;h=00f4b370e247ff86f2110a14cd029e533af51947;hb=61b2e2ea5cb50df90931acf3fcd840493ba762a9;hp=8492e3bad6a2604cdae5aeb26dc6b7b340d604c1;hpb=ed7919f7207bdda00e275d9a6a31cd120d2e6afa;p=senf.git diff --git a/senf/Socket/ProtocolClientSocketHandle.hh b/senf/Socket/ProtocolClientSocketHandle.hh index 8492e3b..00f4b37 100644 --- a/senf/Socket/ProtocolClientSocketHandle.hh +++ b/senf/Socket/ProtocolClientSocketHandle.hh @@ -88,10 +88,9 @@ 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. */ @@ -100,11 +99,11 @@ namespace senf { ///@} /////////////////////////////////////////////////////////////////////////// - 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);