Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 3065)
+++ trunk/MagicSoft/Mars/Changelog	(revision 3066)
@@ -4,4 +4,10 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2004/02/09: Raquel de los Reyes
+
+   * mcamera/MCameraLids.h, mreport/MReportCamera.h
+     - Added the "Get" functions to access the private data 
+       members of the class.
+
  2004/02/09: Markus Gaug
 
Index: trunk/MagicSoft/Mars/mcamera/MCameraLids.h
===================================================================
--- trunk/MagicSoft/Mars/mcamera/MCameraLids.h	(revision 3065)
+++ trunk/MagicSoft/Mars/mcamera/MCameraLids.h	(revision 3066)
@@ -24,4 +24,7 @@
         fTitle = "Container storing information about the Camera lids";
     }
+
+    Byte_t GetStatus() const { return fStatus; }
+
     ClassDef(MCameraLids, 1) // Container storing information about the Camera lids
 };
Index: trunk/MagicSoft/Mars/mreport/MReportCamera.h
===================================================================
--- trunk/MagicSoft/Mars/mreport/MReportCamera.h	(revision 3065)
+++ trunk/MagicSoft/Mars/mreport/MReportCamera.h	(revision 3066)
@@ -44,4 +44,7 @@
     MReportCamera();
 
+    Byte_t GetStatus() const { return  fStatus; }
+    Byte_t GetStatusDC() const { return fStatusDC; }
+
     ClassDef(MReportCamera, 1) // Class for CAMERA-REPORT information
 };
