Ignore:
Timestamp:
02/22/06 21:47:57 (7 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
1b7ae3d
Parents:
89f1a84
Message:

Lots of update (I really should checkin more often :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/CheckSystem/PDHCollector.cpp

    r75d5e70 r6817602  
    199199* @return Some form of memory check 
    200200*/ 
    201 long long PDHCollector::getMemCommitLimit() { 
     201unsigned long long PDHCollector::getMemCommitLimit() { 
    202202  MutexLock mutex(mutexHandler); 
    203203  if (!mutex.hasMutex()) { 
     
    212212* @return Some form of memory check 
    213213*/ 
    214 long long PDHCollector::getMemCommit() { 
     214unsigned long long PDHCollector::getMemCommit() { 
    215215  MutexLock mutex(mutexHandler); 
    216216  if (!mutex.hasMutex()) { 
Note: See TracChangeset for help on using the changeset viewer.