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

Diff for /pegasus/src/Pegasus/Common/TraceFileHandlerWindows.cpp between version 1.26 and 1.27

version 1.26, 2013/03/14 10:23:37 version 1.27, 2013/05/03 04:49:10
Line 69 
Line 69 
         return;         return;
     }     }
  
       AutoMutex writeLock(writeMutex);
   
     if(!_fileExists(_fileName))     if(!_fileExists(_fileName))
     {     {
         return;         return;
     }     }
  
         AutoMutex writeLock(writeMutex);  
   
         //Move to the End of File         //Move to the End of File
         fseek(_fileHandle,0,SEEK_SET);         fseek(_fileHandle,0,SEEK_SET);
  
Line 128 
Line 128 
         return;         return;
     }     }
  
       AutoMutex writeLock(writeMutex);
   
     if(!_fileExists(_fileName))     if(!_fileExists(_fileName))
     {     {
         return;         return;
     }     }
  
   
         AutoMutex writeLock(writeMutex);  
   
         //Move to the End of File         //Move to the End of File
         fseek(_fileHandle,0,SEEK_SET);         fseek(_fileHandle,0,SEEK_SET);
  


Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2