Show
Ignore:
Timestamp:
11/20/07 23:45:14 (1 year ago)
Author:
daboo
Message:

Merge of win32-merge branch.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/trunk/Sources_Common/Application/Preferences/CCalendarAccount.cp

    r19 r143  
    5151CCalendarAccount::~CCalendarAccount() 
    5252{ 
    53         switch(mServerType) 
    54         { 
    55         default: 
    56                 break; 
    57         } 
    5853} 
    5954 
     
    7065void CCalendarAccount::SetServerType(EINETServerType type) 
    7166{ 
    72         // Delete existing 
    73         switch(mServerType) 
    74         { 
    75         default: 
    76                 break; 
    77         } 
    78  
    7967        // Add new 
    8068        mServerType = type;