X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FEvents.hh;h=73de626652bb03ffd8c038b2de86c7fc6282d69d;hb=e3179a2123ad51d0d9eb63834a581145c4f77c92;hp=55a0e94e05ca19e6ca39b4846ab8dcb73c18efa6;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/PPI/Events.hh b/senf/PPI/Events.hh index 55a0e94..73de626 100644 --- a/senf/PPI/Events.hh +++ b/senf/PPI/Events.hh @@ -32,7 +32,7 @@ #include "predecl.hh" //#include "Events.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace ppi { @@ -71,7 +71,7 @@ namespace ppi { public: virtual ~EventDescriptor(); - bool enabled(); ///< Check, whether the event is currently enabled + bool enabled() const; ///< Check, whether the event is currently enabled void enabled(bool v); ///< Enable or disable the event protected: @@ -201,7 +201,7 @@ namespace ppi { }} -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "Events.cci" //#include "Events.ct" #include "Events.cti"