Changeset 19 for Trunk/AILogSizeSort.h

Show
Ignore:
Timestamp:
10/05/08 14:37:33 (16 years ago)
Author:
jon
Message:

Added dirty log detection/handling. Did some more rearranging, too.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Trunk/AILogSizeSort.h

    r18 r19  
    3030} 
    3131 
     32// Cache operations 
     33-(void)createCacheEntryIfNil:(AIListContact *)listContact; 
     34-(void)removeCacheEntry:(AIListContact *)listContact; 
     35 
     36// Event handlers 
     37-(void)contentObjectAdded:(NSNotification *)notification; 
     38 
     39// Log operations 
    3240-(unsigned long long)getCachedLogSize:(AIListContact *)listContact; 
    3341+(unsigned long long)getContactLogSize:(AIListContact *)listContact;