X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FEvents.hh;h=ed35f1f32a7c150bc2873c3012333e8fe4864a20;hb=dab85c1701097d7f139f0fa9206cc13320b25889;hp=0a89adb062dfe107d0794e2421f427879209f668;hpb=31d85cd6b8e03c5ecc924ca8892906be1bab702f;p=senf.git diff --git a/PPI/Events.hh b/PPI/Events.hh index 0a89adb..ed35f1f 100644 --- a/PPI/Events.hh +++ b/PPI/Events.hh @@ -34,7 +34,7 @@ namespace ppi { /** \brief Generic event interface baseclass - The EventDescriptor baseclass provides an interface to manuplate events in a generic + The EventDescriptor baseclass provides an interface to manipulate events in a generic way. This allows to register events or to temporarily disable event processing. */ class EventDescriptor @@ -53,7 +53,7 @@ namespace ppi { virtual void v_register(CallbackType handler) = 0; ///< Called to register the event virtual void v_unregister() = 0; ///< Called to unregister the event virtual void v_enable() = 0; ///< Called to enable the event delivery - virtual void v_disable() = 0; ///< Called to disable the event delilvery + virtual void v_disable() = 0; ///< Called to disable the event delivery virtual void v_process() = 0; ///< Called whenever the event is signaled /**< This virtual method is called \e after every call to the event handler to provide a hook for further