Changeset 959 for trunk/MagicSoft/Mars/mbase/MParList.h
- Timestamp:
- 10/02/01 14:46:56 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MParList.h
r891 r959 32 32 static TString GetObjectName(const char *classname, const char *objname); 33 33 34 enum { kIsOwner = BIT(14) }; 35 34 36 public: 35 37 MParList(const char *name=NULL, const char *title=NULL); 36 38 MParList(MParList &ts); 37 39 38 ~MParList() 39 { 40 } 40 ~MParList(); 41 41 42 42 Bool_t AddToList(MParContainer *obj, MParContainer *where = NULL); … … 57 57 void SetReadyToSave(Bool_t flag=kTRUE); 58 58 59 void SetOwner(Bool_t enable=kTRUE); 60 59 61 void Print(Option_t *t = NULL); 60 62
Note:
See TracChangeset
for help on using the changeset viewer.