Index: source/ariba/utility/system/SystemQueue.cpp
===================================================================
--- source/ariba/utility/system/SystemQueue.cpp	(revision 12765)
+++ source/ariba/utility/system/SystemQueue.cpp	(revision 12766)
@@ -104,4 +104,5 @@
 void SystemQueue::run()
 {
+    // TODO should these be assertion or exceptions..? (exceptions => unit test)
     assert ( ! SysQ->running );
     assert ( ! SysQ->unclean );
@@ -260,5 +261,5 @@
         
         // DEBUG OUTPUT: warning when execution takes too much time
-        //   [ TODO how long is "too much time"? ]
+        //   [ TODOx how long is "too much time"? ]
         if ( execution_time.total_milliseconds() > 50 )
         {
@@ -266,5 +267,5 @@
         }
 
-        /*  [ TODO ]
+        /*  [ TODOx ]
         * 
         *  - we could also measure how long an event has been waiting in the queue before it's dispatched
