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/Server/CServerBrowseCommon.cp

    r19 r143  
    5050 
    5151#include <typeinfo> 
    52  
    53 #if __dest_os == __win32_os 
    54 // BUG in Metrowerks Compiler - need this specialization 
    55 inline void allocator<CServerBrowse::SServerBrowseData>::deallocate(CServerBrowse::SServerBrowseData* p, size_t) 
    56 { 
    57         delete p; 
    58 } 
    59 #endif 
    6052 
    6153#pragma mark ____________________________Message Handling 
     
    16691661 
    16701662                                // Adjust index to last remaining server 
    1671                                 index = ::min(index, (mShowFavourites ? CMailAccountManager::sMailAccountManager->FetchServerOffset() : 0) + 1); 
     1663                                index = min(index, (mShowFavourites ? CMailAccountManager::sMailAccountManager->FetchServerOffset() : 0) + 1); 
    16721664 
    16731665                                // Remove this and all children 
     
    18191811 
    18201812                                // Get its index (modified after delete) and remove its hierarchy 
    1821                                 index = ::min(index, FetchIndexOf(flatten)); 
     1813                                index = min(index, FetchIndexOf(flatten)); 
    18221814                                RemoveRows(1, index, false); 
    18231815