X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FSocketHandle.cci;h=23e10a78bb03826f950e7b2b88d4c803a4a93d86;hb=7ee689fe38d66aa3a0004d55e8708750d35adc0b;hp=ec22ca325dc05341b1fd85e91837e1a8a389319e;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Socket/SocketHandle.cci b/senf/Socket/SocketHandle.cci index ec22ca3..23e10a7 100644 --- a/senf/Socket/SocketHandle.cci +++ b/senf/Socket/SocketHandle.cci @@ -27,12 +27,10 @@ #include "SocketHandle.ih" // Custom includes -#include "../Utils/senfassert.hh" -#include "../Utils/Exception.hh" #include "SocketProtocol.hh" #define prefix_ inline -///////////////////////////////cci.p/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// prefix_ senf::SocketBody::SocketBody(bool isServer) : isServer_(isServer) @@ -65,7 +63,7 @@ prefix_ std::auto_ptr senf::SocketBody::clone(int fd, bool isS return protocol().clone(fd, isServer); } -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::detail::StreamableString prefix_ senf::detail::StreamableString & senf::detail::StreamableString::operator<<(bool v) @@ -73,7 +71,7 @@ prefix_ senf::detail::StreamableString & senf::detail::StreamableString::operato return (*this) << std::string(v ? "true" : "false"); } -///////////////////////////////cci.e/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_