X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocolServerSocketHandle.hh;h=0c6f4da7553180652bda03ff6a2952a3cd445d98;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=dbb3b0482413a87fd33810f8ceb7f36c194c71eb;hpb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;p=senf.git diff --git a/senf/Socket/ProtocolServerSocketHandle.hh b/senf/Socket/ProtocolServerSocketHandle.hh index dbb3b04..0c6f4da 100644 --- a/senf/Socket/ProtocolServerSocketHandle.hh +++ b/senf/Socket/ProtocolServerSocketHandle.hh @@ -33,12 +33,12 @@ #include #include "ProtocolServerSocketHandle.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { /// \addtogroup handle_group - /// @{ + //\{ template class ProtocolClientSocketHandle; @@ -67,14 +67,14 @@ namespace senf { : public ServerSocketHandle { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// // Types typedef SocketProtocol Protocol; ///< The socket protocol - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// ///\name Structors and default members - ///@{ + //\{ /** \brief Create new server socket @@ -101,8 +101,8 @@ namespace senf { \implementation The socket handle will have no \c body allocated. */ ProtocolServerSocketHandle(senf::NoInit_t); - ///@} - /////////////////////////////////////////////////////////////////////////// + //\} + //-//////////////////////////////////////////////////////////////////////// Protocol & protocol(); ///< Access the protocol interface /**< The returned protocol class reference gives access to @@ -125,10 +125,10 @@ namespace senf { }; - /// @} + //\} } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "ProtocolServerSocketHandle.cci" //#include "ProtocolServerSocketHandle.ct" #include "ProtocolServerSocketHandle.cti"