X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocolServerSocketHandle.hh;h=0c6f4da7553180652bda03ff6a2952a3cd445d98;hb=7ee689fe38d66aa3a0004d55e8708750d35adc0b;hp=57d980e05657bda136366db87e1a551443a8801a;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Socket/ProtocolServerSocketHandle.hh b/senf/Socket/ProtocolServerSocketHandle.hh index 57d980e..0c6f4da 100644 --- a/senf/Socket/ProtocolServerSocketHandle.hh +++ b/senf/Socket/ProtocolServerSocketHandle.hh @@ -29,16 +29,16 @@ // Custom includes #include "ServerSocketHandle.hh" -#include "../config.hh" -#include "../Utils/Tags.hh" +#include +#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"