X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FSocketHandle.ih;h=3871c52097dafdde995329a9a3f3de4aa8893208;hb=c505c034e5fdc932c02aa3dc3847a5551011d87e;hp=de34df0ac42f4af9d9e0600c721df02a129f9190;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Socket/SocketHandle.ih b/senf/Socket/SocketHandle.ih index de34df0..3871c52 100644 --- a/senf/Socket/SocketHandle.ih +++ b/senf/Socket/SocketHandle.ih @@ -63,7 +63,7 @@ namespace senf { ///< Value assigment /**< This operator will assign the string from any arbitrary type. It will use boost::lexical_cast to - convert the argument to its string representation. + convert the argument to its string representation. If the string is non-empty, an additional separating comma is added to the string. */ @@ -157,8 +157,8 @@ namespace senf { }; template - class ProtocolSocketBody - : public SocketBody, + class ProtocolSocketBody + : public SocketBody, private SProtocol, public senf::pool_alloc_mixin< ProtocolSocketBody > { @@ -174,7 +174,7 @@ namespace senf { /**< \param isServer \c true, if this socket is a server socket, false otherwise \param fd socket file descriptor */ - + private: virtual SocketProtocol const & v_protocol() const; virtual std::string v_protocolName() const;