(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.67 and 1.69

version 1.67, 2007/02/09 19:22:43 version 1.69, 2007/02/12 12:18:53
Line 573 
Line 573 
     return true;     return true;
 #endif #endif
 } }
   
 void FileSystem::syncWithDirectoryUpdates(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.67  
changed lines
  Added in v.1.69

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2