X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FEvents.hh;h=9d518ff1f5938c90538f08ea7e2f1e155c98363e;hb=3d16600678b948ff3bd0e4fd2a1a800fcc629a03;hp=160d1b74f46c58b2b1938cac7e0ffabdf7182633;hpb=77a726fdfa20680c691ba528fdad979422ef829c;p=senf.git diff --git a/PPI/Events.hh b/PPI/Events.hh index 160d1b7..9d518ff 100644 --- a/PPI/Events.hh +++ b/PPI/Events.hh @@ -111,6 +111,9 @@ namespace ppi { typedef EventType Event; typedef typename detail::EventArgType::type EventArg; + module::Module & module() const; + EventManager & manager() const; + protected: EventImplementation();