(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 and 1.66.4.1

version 1.66, 2006/11/10 18:14:58 version 1.66.4.1, 2007/02/15 16:23:30
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  
changed lines
  Added in v.1.66.4.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2