(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.27 and 1.28

version 1.27, 2003/08/12 18:14:55 version 1.28, 2003/08/12 19:37:55
Line 386 
Line 386 
  
 inline Boolean Open(PEGASUS_STD(ifstream)& is, const String& path) inline Boolean Open(PEGASUS_STD(ifstream)& is, const String& path)
 { {
 #if defined(PEGASUS_OS_OS400) && defined(DAVES_CHANGES)  #if defined(PEGASUS_OS_OS400)
     CString tempPath = path.getCString();     CString tempPath = path.getCString();
     const char * tmp = tempPath;     const char * tmp = tempPath;
     AtoE((char *)tmp);     AtoE((char *)tmp);
Line 399 
Line 399 
  
 inline Boolean Open(PEGASUS_STD(ofstream)& os, const String& path) inline Boolean Open(PEGASUS_STD(ofstream)& os, const String& path)
 { {
 #if defined(PEGASUS_OS_OS400) && defined(DAVES_CHANGES)  #if defined(PEGASUS_OS_OS400)
     CString tempPath = path.getCString();     CString tempPath = path.getCString();
     const char * tmp = tempPath;     const char * tmp = tempPath;
     AtoE((char *)tmp);     AtoE((char *)tmp);
Line 412 
Line 412 
  
 inline Boolean OpenAppend(PEGASUS_STD(ofstream)& os, const String& path) inline Boolean OpenAppend(PEGASUS_STD(ofstream)& os, const String& path)
 { {
 #if defined(PEGASUS_OS_OS400) && defined(DAVES_CHANGES)  #if defined(PEGASUS_OS_OS400)
     CString tempPath = path.getCString();     CString tempPath = path.getCString();
     const char * tmp = tempPath;     const char * tmp = tempPath;
     AtoE((char *)tmp);     AtoE((char *)tmp);


Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2