Ignore:
Timestamp:
11/16/01 15:59:05 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1084 r1086  
    2424    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
    2828    void SetBranchStatus(const TList *list, Bool_t status);
     
    3232    void EnableBranches(MParList *plist);
    3333    void EnableBranchChoosing();
     34
     35    virtual void SetReadyToSave(Bool_t flag=kTRUE);
    3436
    3537    enum { kIsOwner = BIT(14) };
     
    5860    virtual void   AddNotify(TObject *obj);
    5961    virtual void   SetOwner(Bool_t flag=kTRUE);
    60     virtual void   SetReadyToSave(Bool_t flag=kTRUE);
    6162    virtual void   Print(Option_t *opt="") const;
    6263
Note: See TracChangeset for help on using the changeset viewer.