PPI: Allow to change the IOEvent handle/event mask
[senf.git] / PPI / IOEvent.hh
index 7b3bf48..730b66b 100644 (file)
@@ -88,12 +88,17 @@ namespace ppi {
         ///\name Structors and default members
         ///@{
 
+        IOEvent();
+
         template <class Handle>
         IOEvent(Handle handle, unsigned events);
 
         ///@}
         ///////////////////////////////////////////////////////////////////////////
 
+        template <class Handle>
+        void set(Handle handle, unsigned events);
+
         /** \brief Unhandled error condition */
         struct ErrorException : public senf::Exception
         { ErrorException() : senf::Exception("senf::ppi::IOEvent::ErrorException"){} };