X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FEvents.cci;h=b65dfe06f066a0857140b03039c05acbfbda271e;hb=93d9568d448749dc187e7622b733a4a3caa319df;hp=3282ba5b6d670956a9f263b6d29c60351f999121;hpb=69b25a4904fa86324aedc7147502255ce4117885;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_