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

Diff for /pegasus/src/Pegasus/Client/ClientAuthenticator.cpp between version 1.41 and 1.42

version 1.41, 2007/03/02 19:33:21 version 1.42, 2007/06/05 09:27:48
Line 336 
Line 336 
     //     //
     // Open the challenge file and read the challenge data     // Open the challenge file and read the challenge data
     //     //
 #if defined(PEGASUS_OS_OS400)  
     ifstream ifs(translatedFilePath.getCString(), PEGASUS_STD(_CCSID_T(1208)));  
 #else  
     ifstream ifs(translatedFilePath.getCString());     ifstream ifs(translatedFilePath.getCString());
 #endif  
     if (!ifs)     if (!ifs)
     {     {
         //ATTN: Log error message         //ATTN: Log error message


Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2