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

Diff for /pegasus/src/Pegasus/Common/System.cpp between version 1.8 and 1.9

version 1.8, 2002/03/19 22:55:59 version 1.9, 2002/03/21 22:41:22
Line 25 
Line 25 
 // //
 // Modified By: Rudy Schuet (rudy.schuet@compaq.com) 11/12/01 // Modified By: Rudy Schuet (rudy.schuet@compaq.com) 11/12/01
 //              added nsk platform support //              added nsk platform support
   //                              Ramnath Ravindran (Ramnath.Ravindran@compaq.com) 03/21/2002
   //                                      replaced instances of "| ios::binary" with
   //                                      PEGASUS_OR_IOS_BINARY
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 47 
Line 50 
  
 Boolean System::copyFile(const char* fromPath, const char* toPath) Boolean System::copyFile(const char* fromPath, const char* toPath)
 { {
     ifstream is(fromPath, ios::binary);      ifstream is(fromPath PEGASUS_IOS_BINARY);
     ofstream os(toPath, ios::binary);      ofstream os(toPath PEGASUS_IOS_BINARY);
  
     char c;     char c;
  


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2