X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FIOEvent.cc;h=23bfb2d3a6567747c9616f11e92085358c31e277;hb=93d9568d448749dc187e7622b733a4a3caa319df;hp=3a38feb2f6a706fd66a95f0d2aecfa890a9b2924;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/PPI/IOEvent.cc b/senf/PPI/IOEvent.cc index 3a38feb..23bfb2d 100644 --- a/senf/PPI/IOEvent.cc +++ b/senf/PPI/IOEvent.cc @@ -31,12 +31,12 @@ //#include "IOEvent.mpp" #define prefix_ -///////////////////////////////cc.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::ppi::IOEvent -//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // private members prefix_ void senf::ppi::IOEvent::v_enable() @@ -59,14 +59,14 @@ prefix_ void senf::ppi::IOEvent::cb(int event) else if (event & Hup) throw HangupException(); else - SENF_ASSERT(false && "Internal failure in senf::ppi::IOEvent::cb(int)"); + SENF_ASSERT(false, "Internal failure: IOEvent::cb() called with invalid flag??"); } else { IOEventInfo info = { event }; callback(info); } } -///////////////////////////////cc.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_ //#include "IOEvent.mpp"