Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 3506)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 3507)
@@ -25,4 +25,5 @@
 
 
+
  2004/03/15: Wolfgang Wittek
 
@@ -75,6 +76,7 @@
      - added MRawEvtHeader to output
 
-   * mbase/MStatusDisplay.cc:
+   * mbase/MStatusDisplay.[h,cc]:
      - changed displayed year
+     - read and store MStatusArray to and from files
 
    * mfileio/MReadTree.cc:
@@ -89,7 +91,4 @@
    * mbase/Makefile, mbase/BaseLinkDef.h:
      - added MStatusArray
-
-   * mbase/MStatusDisplay.cc:
-     - read and store MStatusArray to and from files
 
 
Index: /trunk/MagicSoft/Mars/mbase/MStatusDisplay.h
===================================================================
--- /trunk/MagicSoft/Mars/mbase/MStatusDisplay.h	(revision 3506)
+++ /trunk/MagicSoft/Mars/mbase/MStatusDisplay.h	(revision 3507)
@@ -33,8 +33,6 @@
 class MStatusDisplay : public TGMainFrame
 {
+    friend class MStatusArray;
 public:
-    TString fName;        // status display identifier (name) (gROOT->FindObject())
-    TString fTitle;       // status display title
-
     typedef enum {
         // kFile
@@ -65,4 +63,7 @@
 
 protected:
+    TString fName;  // status display identifier (name) (gROOT->FindObject())
+    TString fTitle; // status display title
+
     MLog             *fLog;
     MGList           *fList;
@@ -118,4 +119,5 @@
     void DrawClonePad(TCanvas &newc, const TCanvas &oldc) const;
     void CanvasSetFillColor(TPad &c, Int_t col) const;
+    Bool_t Display(const TObjArray &list);
 
     void AddExtension(TString &name, const TString &ext, Int_t num) const;
