Changeset 10841 for trunk/FACT++/src
- Timestamp:
- 05/26/11 16:41:53 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/EventBuilderWrapper.h
r10836 r10841 70 70 void SetMaxMemory(unsigned int mb) const 71 71 { 72 // FIXME: 73 // Find out if this can be called all the time or only 74 // when the thread is stopped. Under which circumstances 75 // is teh call allowed? 72 if (mb*1000000<GetUsedMemory()) 73 { 74 // fMsg.Warn("..."); 75 return; 76 } 77 76 78 g_maxMem = mb*1000000; 77 79 }
Note:
See TracChangeset
for help on using the changeset viewer.