Ignore:
Timestamp:
03/15/04 17:06:57 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3504 r3508  
    88class MStatusArray : public TObjArray
    99{
    10     friend class MStatusDisplay;
    11 private:
    12     MStatusArray(Int_t s = TCollection::kInitCapacity, Int_t lowerBound = 0)
    13         : TObjArray(s, lowerBound)
    14     {
    15     }
    16 
    1710public:
    1811    TObject *DisplayIn(Option_t *o=0) const;         // *MENU*
Note: See TracChangeset for help on using the changeset viewer.