X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FSocketHandle.hh;h=4a126c0a1f360c5f4b84338225f67c4b60d6c658;hb=d0c31526ac12869eed085891e3ae13e8b21072e6;hp=36cac8c4badc008341cb01bdd9e3a64bbd3bb575;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Socket/SocketHandle.hh b/senf/Socket/SocketHandle.hh index 36cac8c..4a126c0 100644 --- a/senf/Socket/SocketHandle.hh +++ b/senf/Socket/SocketHandle.hh @@ -35,12 +35,12 @@ #include "FileHandle.hh" #include "SocketPolicy.hh" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { /// \addtogroup handle_group - /// @{ + //\{ /** \brief basic SocketHandle supporting protocol and policy abstraction @@ -70,7 +70,7 @@ namespace senf { : public FileHandle { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// // Types typedef SPolicy Policy; @@ -86,9 +86,9 @@ namespace senf { : public boost::enable_if< SocketPolicyIsBaseOf, SocketHandle > {}; - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// ///\name Structors and default members - ///@{ + //\{ // default default constructor // default copy constructor @@ -106,8 +106,8 @@ namespace senf { ///< Convert from other socket handle checking policy ///< compatibility - ///@} - /////////////////////////////////////////////////////////////////////////// + //\} + //-//////////////////////////////////////////////////////////////////////// template typename IsCompatible::type const & operator=(SocketHandle other); @@ -142,7 +142,7 @@ namespace senf { \param lod level of %detail requested. The interpretation of this value is protocol specific - + \implementation This member will be re-implemented in every derived class. See the state() documentation. */ @@ -259,10 +259,10 @@ namespace senf { template bool check_socket_cast(Source handle); - /// @} + //\} } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "SocketHandle.cci" #include "SocketHandle.ct" #include "SocketHandle.cti"