X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FSocketHandle.cci;h=23e10a78bb03826f950e7b2b88d4c803a4a93d86;hb=394ced7000128fef7e753caea1deda8d55dec8e2;hp=17b94b7a3ba5807c54cc1900d65a63a2780e1e5e;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Socket/SocketHandle.cci b/senf/Socket/SocketHandle.cci index 17b94b7..23e10a7 100644 --- a/senf/Socket/SocketHandle.cci +++ b/senf/Socket/SocketHandle.cci @@ -27,12 +27,10 @@ #include "SocketHandle.ih" // Custom includes -#include -#include #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_