X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FIOEvent.hh;h=32c699fa899d6b390d9c05c2627c5d16cb7dd3e6;hb=575b110bed5e4f051b197bed884fb8999822d14e;hp=0d19eb33b17ae24a213b46b5448e591dc9bf26a1;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/PPI/IOEvent.hh b/senf/PPI/IOEvent.hh index 0d19eb3..32c699f 100644 --- a/senf/PPI/IOEvent.hh +++ b/senf/PPI/IOEvent.hh @@ -27,9 +27,9 @@ #define HH_SENF_PPI_IOEvent_ 1 // Custom includes -#include "../Scheduler/Scheduler.hh" +#include #include "Events.hh" -#include "../Utils/Exception.hh" +#include //#include "IOEvent.mpp" ///////////////////////////////hh.p//////////////////////////////////////// @@ -101,11 +101,11 @@ namespace ppi { /** \brief Unhandled error condition */ struct ErrorException : public senf::Exception - { ErrorException() : senf::Exception("senf::ppi::IOEvent::ErrorException"){} }; + { ErrorException() : senf::Exception("senf::ppi::IOEvent::ErrorException") {} }; /** \brief Unhandled hangup condition */ struct HangupException : public senf::Exception - { HangupException() : senf::Exception("senf::ppi::IOEvent::HangupException"){} }; + { HangupException() : senf::Exception("senf::ppi::IOEvent::HangupException") {} }; protected: