- Timestamp:
- 01/13/08 21:39:50 (11 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/v4.1d1/Sources_Common/Application/Preferences/COptionsMap.h
r54 r150 33 33 #include "CManageSIEVEAccount.h" 34 34 #include "CMIMEMap.h" 35 #include "COptionsAccount.h" 35 36 #include "CSearchStyle.h" 36 37 #include "CSMTPAccount.h" … … 110 111 { return WriteValue(key, (const CINETAccountList&) value); } 111 112 virtual bool WriteValue(const cdstring& key, const CSMTPAccountList& value) 113 { return WriteValue(key, (const CINETAccountList&) value); } 114 virtual bool WriteValue(const cdstring& key, const COptionsAccountList& value) 112 115 { return WriteValue(key, (const CINETAccountList&) value); } 113 116 virtual bool WriteValue(const cdstring& key, const CAddressAccountList& value) … … 167 170 virtual bool ReadValue(const cdstring& key, CSMTPAccountList& value, NumVersion vers_prefs) 168 171 { return ReadValue(key, (CINETAccountList&) value, vers_prefs); } 172 virtual bool ReadValue(const cdstring& key, COptionsAccountList& value, NumVersion vers_prefs) 173 { return ReadValue(key, (CINETAccountList&) value, vers_prefs); } 169 174 virtual bool ReadValue(const cdstring& key, CAddressAccountList& value, NumVersion vers_prefs) 170 175 { return ReadValue(key, (CINETAccountList&) value, vers_prefs); }