root/Trunk/AILogSizeSort.h @ 14

Revision 14, 386 bytes (checked in by jon, 16 years ago)

Removed an unnecessary reference to the old log size cache.

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}
17
18+(unsigned long long)getContactLogSize:(AIListContact *)listObject;
19
20@end
Note: See TracBrowser for help on using the browser.