X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FSocketSink.cci;h=7e54708aa86fb50d5232baa5d8c23f0b02158a69;hb=7ee689fe38d66aa3a0004d55e8708750d35adc0b;hp=b13710014c44926a05224b6d45375320c329dd7b;hpb=ed55b722ff15975fb0b090a1b132c9b830829124;p=senf.git diff --git a/senf/PPI/SocketSink.cci b/senf/PPI/SocketSink.cci index b137100..7e54708 100644 --- a/senf/PPI/SocketSink.cci +++ b/senf/PPI/SocketSink.cci @@ -28,18 +28,18 @@ #include #define prefix_ inline -///////////////////////////////cci.p/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::ppi::ConnectedDgramWriter -prefix_ bool senf::ppi::ConnectedDgramWriter::operator()(Handle handle, +prefix_ bool senf::ppi::ConnectedDgramWriter::operator()(Handle & handle, Packet const & packet) { return handle.write(packet.data()) != packet.data().begin(); } -///////////////////////////////cci.e/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_