Ignore:
Timestamp:
04/22/05 18:28:07 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MStatusArray.h

    r6948 r6976  
    3030
    3131    void Print(Option_t *o="") const;
     32    void Print(Option_t *wildcard, Option_t *option) const
     33    {
     34        Print(wildcard);
     35    }
    3236
    3337    TObject *FindObject(const char *object, const char *base) const;
     
    3539    TObject *FindObject(const TObject *o) const { return 0; }
    3640
     41    Int_t Read(const char *name=NULL);
     42
    3743    ClassDef(MStatusArray, 0) // Helper class for status display
    3844};
Note: See TracChangeset for help on using the changeset viewer.