X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FEvents.cci;h=b65dfe06f066a0857140b03039c05acbfbda271e;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=3282ba5b6d670956a9f263b6d29c60351f999121;hpb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;p=senf.git diff --git a/senf/PPI/Events.cci b/senf/PPI/Events.cci index 3282ba5..b65dfe0 100644 --- a/senf/PPI/Events.cci +++ b/senf/PPI/Events.cci @@ -28,9 +28,9 @@ #include #define prefix_ inline -///////////////////////////////cci.p/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::ppi::EventDescriptor prefix_ bool senf::ppi::EventDescriptor::enabled() @@ -38,14 +38,14 @@ prefix_ bool senf::ppi::EventDescriptor::enabled() return enabled_; } -//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // protected members prefix_ senf::ppi::EventDescriptor::EventDescriptor() : enabled_(false), throttled_(false) {} -//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // private members prefix_ void senf::ppi::EventDescriptor::notifyThrottle() @@ -66,7 +66,7 @@ prefix_ void senf::ppi::EventDescriptor::unregisterRoute(ForwardingRoute & route routes_.erase(i); } -///////////////////////////////cci.e/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_