X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FIOEvent.hh;h=0d19eb33b17ae24a213b46b5448e591dc9bf26a1;hb=81f84badf27b66dbadec9890646ca1193e998505;hp=7b3bf481885fe9f9248abd8c1611932c5695ced6;hpb=412024ed31a4ab4eaea7a4165a434f8efebee325;p=senf.git diff --git a/PPI/IOEvent.hh b/PPI/IOEvent.hh index 7b3bf48..0d19eb3 100644 --- a/PPI/IOEvent.hh +++ b/PPI/IOEvent.hh @@ -88,12 +88,17 @@ namespace ppi { ///\name Structors and default members ///@{ + IOEvent(); + template IOEvent(Handle handle, unsigned events); ///@} /////////////////////////////////////////////////////////////////////////// + template + void set(Handle handle, unsigned events); + /** \brief Unhandled error condition */ struct ErrorException : public senf::Exception { ErrorException() : senf::Exception("senf::ppi::IOEvent::ErrorException"){} }; @@ -118,8 +123,8 @@ namespace ppi { }} ///////////////////////////////hh.e//////////////////////////////////////// -//#include "IOEvent.cci" -//#include "IOEvent.ct" +#include "IOEvent.cci" +#include "IOEvent.ct" #include "IOEvent.cti" #endif