Show
Ignore:
Timestamp:
01/13/08 21:39:50 (11 months ago)
Author:
cyrusdaboo
Message:

Support for reading/writing preferences as a flat file on a WebDAV server. This is the final piece to
provide a full replacement for IMSP/ACAP via WebDAV technologies. Ultimately an XCAP-like solution
allowing partial reads/writes would be better but this is a good first step.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/branches/v4.1d1/MacOS/Sources/Application/Other_Dialogs/CChangePswdAcctDialog.cp

    r74 r150  
    9696 
    9797        // Add each remote account 
    98         for(CINETAccountList::const_iterator iter = CPreferences::sPrefs->mRemoteAccounts.GetValue().begin(); 
     98        for(COptionsAccountList::const_iterator iter = CPreferences::sPrefs->mRemoteAccounts.GetValue().begin(); 
    9999                        iter != CPreferences::sPrefs->mRemoteAccounts.GetValue().end(); iter++, menu_pos++) 
    100100        { 
     
    223223 
    224224        // Check each remote account 
    225         for(CINETAccountList::const_iterator iter = CPreferences::sPrefs->mRemoteAccounts.GetValue().begin(); 
     225        for(COptionsAccountList::const_iterator iter = CPreferences::sPrefs->mRemoteAccounts.GetValue().begin(); 
    226226                        iter != CPreferences::sPrefs->mRemoteAccounts.GetValue().end(); iter++) 
    227227        {