X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FIOEvent.cci;h=2d48ceb6a2d087be9c8a0d3a418ffb12cc840e09;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=73a76589dd2ea409944983f4ea30ab97c185eee4;hpb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;p=senf.git diff --git a/senf/PPI/IOEvent.cci b/senf/PPI/IOEvent.cci index 73a7658..2d48ceb 100644 --- a/senf/PPI/IOEvent.cci +++ b/senf/PPI/IOEvent.cci @@ -28,14 +28,14 @@ // Custom includes #define prefix_ inline -///////////////////////////////cci.p/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// prefix_ senf::ppi::IOEvent::IOEvent() : fd_ (-1), event_ ("senf::ppi::IOEvent", boost::bind(&IOEvent::cb,this,_1)) {} -///////////////////////////////cci.e/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_