(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.2 and 1.3

version 1.2, 2001/02/11 05:42:33 version 1.3, 2001/02/13 02:06:40
Line 23 
Line 23 
 // Author: // Author:
 // //
 // $Log$ // $Log$
   // Revision 1.3  2001/02/13 02:06:40  mike
   // Added renameFile() method.
   //
 // Revision 1.2  2001/02/11 05:42:33  mike // Revision 1.2  2001/02/11 05:42:33  mike
 // new // new
 // //
Line 117 
Line 120 
     static Boolean compare(     static Boolean compare(
         const String& fileName1,         const String& fileName1,
         const String& fileName2);         const String& fileName2);
   
       // Rename the given file to the new name:
   
       static Boolean renameFile(
           const String& oldFileName,
           const String& newFileName);
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2