root/Trunk/AILogSizeSort.h @ 6

Revision 6, 422 bytes (checked in by jon, 16 years ago)

Log sizes are now cached into a reasonable dictionary structure.

Line 
1//
2//  AILogSizeSort.h
3//  SortByLogSizePlugin
4//
5//  Created by Jon Chambers on 9/28/08.
6//  Copyright 2008 Jon Chambers. All rights reserved.
7//
8
9#import <AIUtilities/AITigerCompatibility.h>
10
11#import <Adium/AISortController.h>
12#import <Adium/AIListContact.h>
13
14@interface AILogSizeSort : AISortController
15{
16        NSMutableDictionary *logSizeCache;
17}
18
19+(unsigned long long)getContactLogSize:(AIListContact *)listObject;
20
21@end
Note: See TracBrowser for help on using the browser.