Changeset 12864 for trunk/Mars
- Timestamp:
- 02/08/12 10:26:12 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mbase/MEvtLoop.h
r7804 r12864 40 40 41 41 Bool_t ProcessGuiEvents(Int_t num); 42 static UInt_t GetMemoryUsage();43 42 44 43 public: … … 97 96 void RecursiveRemove(TObject *obj); 98 97 98 static UInt_t GetMemoryUsage(); 99 99 100 ClassDef(MEvtLoop, 1) // Class to execute the tasks in a tasklist 100 101 };
Note:
See TracChangeset
for help on using the changeset viewer.