X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FCommunicationPolicy.cc;h=5945590b6151b4898d0873e52c99e885aa25b5ac;hb=7ee689fe38d66aa3a0004d55e8708750d35adc0b;hp=b5ce292d6754f5712d3ddad8e63e59f7c06e89f9;hpb=32bf29e751e6c73ca2bc78c21996e4320e934673;p=senf.git diff --git a/senf/Socket/CommunicationPolicy.cc b/senf/Socket/CommunicationPolicy.cc index b5ce292..5945590 100644 --- a/senf/Socket/CommunicationPolicy.cc +++ b/senf/Socket/CommunicationPolicy.cc @@ -35,7 +35,7 @@ //#include "CommunicationPolicy.mpp" #define prefix_ -///////////////////////////////cc.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// prefix_ void senf::ConnectedCommunicationPolicy::do_listen(FileHandle const & handle, unsigned backlog) @@ -63,7 +63,7 @@ prefix_ int senf::ConnectedCommunicationPolicy::do_accept(FileHandle const & han return rv; } -///////////////////////////////cc.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_ //#include "CommunicationPolicy.mpp"