- Timestamp:
- 03/15/04 17:06:57 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MStatusArray.h
r3504 r3508 8 8 class MStatusArray : public TObjArray 9 9 { 10 friend class MStatusDisplay;11 private:12 MStatusArray(Int_t s = TCollection::kInitCapacity, Int_t lowerBound = 0)13 : TObjArray(s, lowerBound)14 {15 }16 17 10 public: 18 11 TObject *DisplayIn(Option_t *o=0) const; // *MENU*
Note:
See TracChangeset
for help on using the changeset viewer.