Ignore:
Timestamp:
05/05/10 10:03:14 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9532 r9580  
    2020
    2121    void     SetCleanup(TObject *obj) const;
    22     void     RecursiveDelete(TVirtualPad *p, const char id=0) const;
     22    Bool_t   RecursiveDelete(TVirtualPad *p, const char id=0) const;
    2323
    2424    void     SetCanDelete(const TCollection *list) const;
     
    2727    void     PrintObjectsInPad(const TCollection *list, const TString &name, Int_t lvl=0) const;
    2828    TObject *FindObjectInPad(TVirtualPad *pad, const char *object, TClass *base) const;
     29    void     RecursiveRemove(TCollection *c, TObject *o);
    2930
    3031public:
     
    6263    void Delete(Option_t *option="");
    6364
    64     void RecursiveRemove(TVirtualPad *p, TObject *o);
    6565    void RecursiveRemove(TObject *o);
    6666
Note: See TracChangeset for help on using the changeset viewer.