Changeset 6 for Trunk/AILogSizeSort.h

Show
Ignore:
Timestamp:
09/28/08 22:53:31 (16 years ago)
Author:
jon
Message:

Log sizes are now cached into a reasonable dictionary structure.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Trunk/AILogSizeSort.h

    r5 r6  
    1414@interface AILogSizeSort : AISortController 
    1515{ 
     16        NSMutableDictionary *logSizeCache; 
    1617} 
    1718