Changeset 18 for Trunk/AILogSizeSort.h

Show
Ignore:
Timestamp:
10/05/08 12:57:50 (16 years ago)
Author:
jon
Message:

Re-implemented caching in a less stupid way. Still want to get it intercepting content updates before I declare #2 closed, though. Also did some modest refactoring.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Trunk/AILogSizeSort.h

    r16 r18  
    2727@interface AILogSizeSort : AISortController 
    2828{ 
     29        NSMutableDictionary *logSizeCache; 
    2930} 
    3031 
    31 +(unsigned long long)getContactLogSize:(AIListContact *)listObject; 
     32-(unsigned long long)getCachedLogSize:(AIListContact *)listContact; 
     33+(unsigned long long)getContactLogSize:(AIListContact *)listContact; 
    3234 
    3335@end