X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FQueueing.cci;h=b3a8bba8403dc1446032f48baa1513d36d687df0;hb=7ee689fe38d66aa3a0004d55e8708750d35adc0b;hp=ae3598e6fecbca794e01fc66116e496c414cd238;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/PPI/Queueing.cci b/senf/PPI/Queueing.cci index ae3598e..b3a8bba 100644 --- a/senf/PPI/Queueing.cci +++ b/senf/PPI/Queueing.cci @@ -26,22 +26,22 @@ // Custom includes #define prefix_ inline -///////////////////////////////cci.p/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::ppi::QueueingDiscipline prefix_ senf::ppi::QueueingDiscipline::~QueueingDiscipline() {} -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::ppi::ThresholdQueueing prefix_ senf::ppi::ThresholdQueueing::ThresholdQueueing(unsigned high, unsigned low) : high_(high), low_(low) {} -///////////////////////////////cci.e/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_