Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / PPI / Queueing.cc
index 1240626..e26ce52 100644 (file)
 
 //#include "Queueing.mpp"
 #define prefix_
-///////////////////////////////cc.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::ppi::ThresholdQueueing
 
 prefix_ void senf::ppi::ThresholdQueueing::update(connector::GenericPassiveInput & input, Event event)
 {
     switch (event) {
-    case ENQUEUE:    
+    case ENQUEUE:
         if (input.queueSize() >= high_)
             input.throttle();
         break;
@@ -50,7 +50,7 @@ prefix_ void senf::ppi::ThresholdQueueing::update(connector::GenericPassiveInput
     }
 }
 
-///////////////////////////////cc.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 //#include "Queueing.mpp"