Ignore:
Timestamp:
10/02/01 14:46:56 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r891 r959  
    3232    static TString GetObjectName(const char *classname, const char *objname);
    3333
     34    enum { kIsOwner = BIT(14) };
     35
    3436public:
    3537    MParList(const char *name=NULL, const char *title=NULL);
    3638    MParList(MParList &ts);
    3739
    38     ~MParList()
    39     {
    40     }
     40    ~MParList();
    4141
    4242    Bool_t AddToList(MParContainer *obj, MParContainer *where = NULL);
     
    5757    void SetReadyToSave(Bool_t flag=kTRUE);
    5858
     59    void SetOwner(Bool_t enable=kTRUE);
     60
    5961    void Print(Option_t *t = NULL);
    6062
Note: See TracChangeset for help on using the changeset viewer.