X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FSocketHandle.cci;h=e28ade4362dc4bb1f7b01625a73351f5574f268f;hb=d0c31526ac12869eed085891e3ae13e8b21072e6;hp=ec22ca325dc05341b1fd85e91837e1a8a389319e;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Socket/SocketHandle.cci b/senf/Socket/SocketHandle.cci index ec22ca3..e28ade4 100644 --- a/senf/Socket/SocketHandle.cci +++ b/senf/Socket/SocketHandle.cci @@ -27,12 +27,11 @@ #include "SocketHandle.ih" // Custom includes -#include "../Utils/senfassert.hh" -#include "../Utils/Exception.hh" +#include #include "SocketProtocol.hh" #define prefix_ inline -///////////////////////////////cci.p/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// prefix_ senf::SocketBody::SocketBody(bool isServer) : isServer_(isServer) @@ -65,7 +64,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 +72,7 @@ prefix_ senf::detail::StreamableString & senf::detail::StreamableString::operato return (*this) << std::string(v ? "true" : "false"); } -///////////////////////////////cci.e/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_