Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 1268)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 1269)
@@ -6,4 +6,7 @@
      - exchanged order in call to MFillH constructor
      - made eventloop infinity (only 300 events have been processed)
+
+   * mbase/MEvtLoop.h:
+     - added GetTaskList
 
 
Index: /trunk/MagicSoft/Mars/mbase/MTaskList.h
===================================================================
--- /trunk/MagicSoft/Mars/mbase/MTaskList.h	(revision 1268)
+++ /trunk/MagicSoft/Mars/mbase/MTaskList.h	(revision 1269)
@@ -22,4 +22,5 @@
 private:
     TList    *fTasks;	// Container for the ordered list of different tasks
+    TList    fTasksProcess; //!
     MParList *fParList;
 
