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

Diff for /pegasus/src/Pegasus/Common/TraceFileHandlerPOSIX.cpp between version 1.17.2.1 and 1.19

version 1.17.2.1, 2009/01/28 20:22:12 version 1.19, 2009/01/23 12:07:33
Line 155 
Line 155 
     prepareFileHandle();     prepareFileHandle();
     // Write the message to the file     // Write the message to the file
     fprintf(_fileHandle, "%s\n", message);     fprintf(_fileHandle, "%s\n", message);
   
 #if defined(PEGASUS_OS_VMS) #if defined(PEGASUS_OS_VMS)
     if (0 == fsync(fileno(_fileHandle)))     if (0 == fsync(fileno(_fileHandle)))
 #else #else


Legend:
Removed from v.1.17.2.1  
changed lines
  Added in v.1.19

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2