X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FIOEvent.cc;h=23bfb2d3a6567747c9616f11e92085358c31e277;hb=93d9568d448749dc187e7622b733a4a3caa319df;hp=7517e41b3a813667eb642976bb5839e810f91954;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/PPI/IOEvent.cc b/senf/PPI/IOEvent.cc index 7517e41..23bfb2d 100644 --- a/senf/PPI/IOEvent.cc +++ b/senf/PPI/IOEvent.cc @@ -27,16 +27,16 @@ //#include "IOEvent.ih" // Custom includes -#include "../Utils/senfassert.hh" +#include //#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"