(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.5 and 1.6

version 1.5, 2004/06/10 00:05:28 version 1.6, 2004/06/29 16:12:34
Line 72 
Line 72 
  
 StatisticalData::StatisticalData(){ StatisticalData::StatisticalData(){
  
   
      copyGSD = 0;
   
    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;       cimomTime[i] = 0;
Line 98 
Line 101 
    _mutex.unlock();    _mutex.unlock();
 } }
  
    void StatisticalData::setCopyGSD(Boolean flag)
   {
   
           copyGSD = flag;
   }
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2