Changeset 12864 for trunk/Mars


Ignore:
Timestamp:
02/08/12 10:26:12 (13 years ago)
Author:
tbretz
Message:
Made static function to get memory public.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mbase/MEvtLoop.h

    r7804 r12864  
    4040
    4141    Bool_t ProcessGuiEvents(Int_t num);
    42     static UInt_t GetMemoryUsage();
    4342
    4443public:
     
    9796    void RecursiveRemove(TObject *obj);
    9897
     98    static UInt_t GetMemoryUsage();
     99
    99100    ClassDef(MEvtLoop, 1) // Class to execute the tasks in a tasklist
    100101};
Note: See TracChangeset for help on using the changeset viewer.