(file) Return to StatisticalData.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/StatisticalData.cpp between version 1.4 and 1.5

version 1.4, 2004/06/09 20:05:48 version 1.5, 2004/06/10 00:05:28
Line 82 
Line 82 
    }    }
 } }
  
 void StatisticalData::addToValue(Uint64 value, Uint16 type, Uint32 t){  void StatisticalData::addToValue(Sint64 value, Uint16 type, Uint32 t){
    _mutex.lock( pegasus_thread_self() );    _mutex.lock( pegasus_thread_self() );
    switch(t){    switch(t){
           case SERVER:          numCalls[type] += 1;           case SERVER:          numCalls[type] += 1;


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2