(file) Return to PasswordFile.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Security / UserManager

Diff for /pegasus/src/Pegasus/Security/UserManager/PasswordFile.cpp between version 1.15 and 1.16

version 1.15, 2003/10/22 14:26:13 version 1.16, 2004/04/14 19:25:58
Line 192 
Line 192 
     // Open the password file     // Open the password file
     //     //
 #if defined(PEGASUS_OS_OS400) #if defined(PEGASUS_OS_OS400)
     ifstream ifs(_passwordFile.getCStringUTF8(), PEGASUS_STD(_CCSID_T(1208)));      ifstream ifs(_passwordFile.getCString(), PEGASUS_STD(_CCSID_T(1208)));
 #else #else
     ifstream ifs(_passwordFile.getCStringUTF8());      ifstream ifs(_passwordFile.getCString());
 #endif #endif
     if (!ifs)     if (!ifs)
     {     {
Line 363 
Line 363 
     // Open the password file for writing     // Open the password file for writing
     //     //
 #if defined(PEGASUS_OS_OS400) #if defined(PEGASUS_OS_OS400)
     ofstream ofs(_passwordFile.getCStringUTF8(), PEGASUS_STD(_CCSID_T(1208)));      ofstream ofs(_passwordFile.getCString(), PEGASUS_STD(_CCSID_T(1208)));
 #else #else
     ofstream ofs(_passwordFile.getCStringUTF8());      ofstream ofs(_passwordFile.getCString());
 #endif #endif
     if (!ofs)     if (!ofs)
     {     {


Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2