X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FIdleEvent.hh;h=3bdb3c92f446fb560dcf556a34f4d21eb4d60844;hb=3aced0177a1c69c7af338b4e66db8694a71873ae;hp=11ff42acde8e6b2fb81987d48957bf32d2469302;hpb=7661548b20e6c7627f54bff87e0758396fd523ef;p=senf.git diff --git a/senf/PPI/IdleEvent.hh b/senf/PPI/IdleEvent.hh index 11ff42a..3bdb3c9 100644 --- a/senf/PPI/IdleEvent.hh +++ b/senf/PPI/IdleEvent.hh @@ -27,6 +27,7 @@ #define HH_SENF_PPI_IdleEvent_ 1 // Custom includes +#include #include "Events.hh" //#include "IdleEvent.mpp" @@ -46,9 +47,7 @@ namespace ppi { : public EventImplementation<> { public: - IdleEvent(); - - protected: + IdleEvent(std::string const & name = ""); private: virtual void v_enable();