Changeset 5 for Trunk/AILogSizeSort.h

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

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Trunk/AILogSizeSort.h

    r3 r5  
    77// 
    88 
     9#import <AIUtilities/AITigerCompatibility.h>  
     10 
    911#import <Adium/AISortController.h> 
     12#import <Adium/AIListContact.h> 
    1013 
    1114@interface AILogSizeSort : AISortController 
    1215{ 
    13  
    1416} 
    1517 
     18+(unsigned long long)getContactLogSize:(AIListContact *)listObject; 
     19 
    1620@end