(file) Return to Server.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ControlProviders / InteropProvider

Diff for /pegasus/src/Pegasus/ControlProviders/InteropProvider/Server.cpp between version 1.7 and 1.8

version 1.7, 2008/02/20 14:00:31 version 1.8, 2008/05/12 09:14:52
Line 571 
Line 571 
     // Modify the instance on disk     // Modify the instance on disk
     repository->modifyInstance(instanceReference.getNameSpace(),     repository->modifyInstance(instanceReference.getNameSpace(),
         omInstance, false,  propertyList);         omInstance, false,  propertyList);
     Logger::put(Logger::STANDARD_LOG, System::CIMSERVER, Logger::TRACE,      PEG_TRACE((
         "Interop Provider Set Statistics gathering in CIM_ObjectManager: $0",          TRC_CONTROLPROVIDER,
         (statisticsFlag? "true" : "false"));          Tracer::LEVEL3,
           "Interop Provider Set Statistics gathering in CIM_ObjectManager: %s",
           (statisticsFlag? "true" : "false")));
     StatisticalData* sd = StatisticalData::current();     StatisticalData* sd = StatisticalData::current();
     sd->setCopyGSD(statisticsFlag);     sd->setCopyGSD(statisticsFlag);
     PEG_METHOD_EXIT();     PEG_METHOD_EXIT();


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2