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

Diff for /pegasus/src/Pegasus/Common/FileSystem.cpp between version 1.66.4.1 and 1.69

version 1.66.4.1, 2007/02/15 16:23:30 version 1.69, 2007/02/12 12:18:53
Line 573 
Line 573 
     return true;     return true;
 #endif #endif
 } }
   
 void FileSystem::syncWithDirectoryUpdates(PEGASUS_STD(fstream)& fs)  
 {  
 #if defined(PEGASUS_OS_HPUX)  
     // Writes the data from the iostream buffers to the OS buffers  
     fs.flush();  
     // Writes the data from the OS buffers to the disk  
     fsync(fs.rdbuf()->fd());  
 #endif  
 }  
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.66.4.1  
changed lines
  Added in v.1.69

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2