(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.3 and 1.4

version 1.3, 2003/10/22 14:26:04 version 1.4, 2004/06/09 20:05:48
Line 35 
Line 35 
 String StatisticalData::requestName[] = { String StatisticalData::requestName[] = {
     "GET_CLASS",     "GET_CLASS",
     "GET_INSTANCE",     "GET_INSTANCE",
           "EXPORT_INDICATION",
     "DELETE_CLASS",     "DELETE_CLASS",
     "DELETE_INSTANCE",     "DELETE_INSTANCE",
     "CREATE_CLASS",     "CREATE_CLASS",
Line 70 
Line 71 
 } }
  
 StatisticalData::StatisticalData(){ StatisticalData::StatisticalData(){
   
    for (unsigned int i=0; i<StatisticalData::length; i++){    for (unsigned int i=0; i<StatisticalData::length; i++){
       numCalls[i] = 0;       numCalls[i] = 0;
       cimomTime[i] = 0;      providerTime[i] = 0;        cimomTime[i] = 0;
             providerTime[i] = 0;
       responseSize[i] = 0;       responseSize[i] = 0;
       requestSize[i] = 0;       requestSize[i] = 0;
   
    }    }
 } }
  
Line 94 
Line 98 
    _mutex.unlock();    _mutex.unlock();
 } }
  
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2