Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 4113)
+++ trunk/MagicSoft/Mars/Changelog	(revision 4114)
@@ -18,4 +18,12 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2004/05/20: Raquel de los Reyes
+ 
+   * mraw/MRawRead.h
+   * mraw/Makefile
+   * msql/Makefile
+     - changed the inheritance of MRawRead class from MTask to MRead to
+       implement the AddFiles(MDirIter &) function in MRawFileRead class.
 
  2004/05/20: Markus Gaug
Index: trunk/MagicSoft/Mars/mraw/MRawRead.h
===================================================================
--- trunk/MagicSoft/Mars/mraw/MRawRead.h	(revision 4113)
+++ trunk/MagicSoft/Mars/mraw/MRawRead.h	(revision 4114)
@@ -2,6 +2,6 @@
 #define MARS_MRawRead
 
-#ifndef MARS_MTask
-#include "MTask.h"
+#ifndef MARS_MRead
+#include "MRead.h"
 #endif
 
@@ -13,5 +13,5 @@
 class MRawCrateArray;
 
-class MRawRead : public MTask
+class MRawRead : public MRead
 {
 protected:
@@ -36,4 +36,7 @@
     MRawRead(const char *name=NULL, const char *title=NULL);
 
+    UInt_t GetEntries() { return 0; }
+    Bool_t Rewind() {return kTRUE; }
+
     void SetForceMode(Bool_t b=kTRUE) { fForceMode = b; }
 
Index: trunk/MagicSoft/Mars/mraw/Makefile
===================================================================
--- trunk/MagicSoft/Mars/mraw/Makefile	(revision 4113)
+++ trunk/MagicSoft/Mars/mraw/Makefile	(revision 4114)
@@ -19,5 +19,5 @@
 #  connect the include files defined in the config.mk file
 #
-INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../MBase
+INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../MBase -I../mfileio
 # mgui (MCamEvent), mgeom(MGeomCam)
 
Index: trunk/MagicSoft/Mars/msql/Makefile
===================================================================
--- trunk/MagicSoft/Mars/msql/Makefile	(revision 4113)
+++ trunk/MagicSoft/Mars/msql/Makefile	(revision 4114)
@@ -19,5 +19,5 @@
 #  connect the include files defined in the config.mk file
 #
-INCLUDES = -I. -I../mbase -I../mraw
+INCLUDES = -I. -I../mbase -I../mraw -I../mfileio
 
 SRCFILES = \
