Ignore:
Timestamp:
11/15/01 12:28:18 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1035 r1084  
    2121    Bool_t  fAutoEnable;       // Flag for auto enabeling scheme
    2222
    23     TOrdCollection *fVetoList; // List of Branches which are not allowed to get enabled
    24     TOrdCollection *fNotify;   // List of TObjects to notify when switching files
     23    TList  *fVetoList;        // List of Branches which are not allowed to get enabled
     24    TList  *fNotify;           // List of TObjects to notify when switching files
    2525
    26     TGProgressBar  *fProgress; // Possible display of status
     26    TGProgressBar *fProgress; // Possible display of status
    2727
    28     void SetBranchStatus(const TOrdCollection *list, Bool_t status);
     28    void SetBranchStatus(const TList *list, Bool_t status);
    2929    void SetBranchStatus(TObject *branch, Bool_t status);
    3030
     
    5858    virtual void   AddNotify(TObject *obj);
    5959    virtual void   SetOwner(Bool_t flag=kTRUE);
     60    virtual void   SetReadyToSave(Bool_t flag=kTRUE);
     61    virtual void   Print(Option_t *opt="") const;
    6062
    6163    virtual Int_t  AddFile(const char *fname);
Note: See TracChangeset for help on using the changeset viewer.