root/Trunk/AILogSizeSort.h @ 5

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

We now get actual log sizes when the plugin is activated for the first time.

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.