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

Diff for /pegasus/src/Pegasus/Common/FileSystem.h between version 1.43 and 1.43.4.1

version 1.43, 2006/11/10 18:14:58 version 1.43.4.1, 2007/02/15 16:23:30
Line 348 
Line 348 
         const String& fileName,         const String& fileName,
         const String& userName);         const String& userName);
  
       /**
           Flushes the data from the iostream buffers to the OS buffers and
           then flushes the data from the OS buffers to the disk.
   
           This will avoid the possible data loss in case of an OS crash when
           OS filesystem commit directory-level changes immediately while
           file-level changes remain cached (e.g. HP-UX).
   
           @param fstream The iostream that we want to flush data.
       */
       static void syncWithDirectoryUpdates(PEGASUS_STD(fstream)&);
   
 private: private:
  
     FileSystem() { }     FileSystem() { }


Legend:
Removed from v.1.43  
changed lines
  Added in v.1.43.4.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2