- Timestamp:
- 11/20/07 23:45:14 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/trunk/Sources_Common/Application/Preferences/CCalendarAccount.cp
r19 r143 51 51 CCalendarAccount::~CCalendarAccount() 52 52 { 53 switch(mServerType)54 {55 default:56 break;57 }58 53 } 59 54 … … 70 65 void CCalendarAccount::SetServerType(EINETServerType type) 71 66 { 72 // Delete existing73 switch(mServerType)74 {75 default:76 break;77 }78 79 67 // Add new 80 68 mServerType = type;