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

Diff for /pegasus/src/Pegasus/DynListener/ConsumerManager.cpp between version 1.8 and 1.9

version 1.8, 2005/07/25 02:11:01 version 1.9, 2005/10/31 17:39:17
Line 731 
Line 731 
     String fileName = FileSystem::getAbsolutePath((const char*)_consumerConfigDir.getCString(), String(consumerName + ".dat"));     String fileName = FileSystem::getAbsolutePath((const char*)_consumerConfigDir.getCString(), String(consumerName + ".dat"));
     PEG_TRACE_STRING(TRC_LISTENER, Tracer::LEVEL4, "Consumer dat file: " + fileName);     PEG_TRACE_STRING(TRC_LISTENER, Tracer::LEVEL4, "Consumer dat file: " + fileName);
  
     Array<char> buffer;      Buffer buffer;
  
     // Open the log file and serialize remaining     // Open the log file and serialize remaining
     FILE* fileHandle = 0;     FILE* fileHandle = 0;
Line 780 
Line 780 
     // Open the log file and serialize remaining indications     // Open the log file and serialize remaining indications
     if (FileSystem::exists(fileName)  && FileSystem::canRead(fileName))     if (FileSystem::exists(fileName)  && FileSystem::canRead(fileName))
     {     {
         Array<char> text;          Buffer text;
         CIMInstance cimInstance;         CIMInstance cimInstance;
         XmlEntry entry;         XmlEntry entry;
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2