Changeset 25 for Trunk/AILoggerPlugin.h

Show
Ignore:
Timestamp:
05/31/09 22:12:47 (15 years ago)
Author:
jon
Message:

Also pulled in the 1.4 version of AILoggerPlugin.h.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Trunk/AILoggerPlugin.h

    r4 r25  
    1515 */ 
    1616 
    17 #import <Adium/AIPlugin.h> 
    1817 
    1918#define PATH_LOGS                       @"/Logs" 
     
    4645    NSMenuItem                          *viewContactLogsMenuItem; 
    4746    NSMenuItem                          *viewContactLogsContextMenuItem; 
     47        NSMenuItem                                                      *viewGroupLogsContextMenuItem; 
    4848 
    4949    //Log content search index 
     
    6767     
    6868    //Indexing progress 
    69     int                                 logsToIndex; 
    70     int                                 logsIndexed; 
    71         int                                     logIndexingPauses; 
     69    NSInteger                                   logsToIndex; 
     70    NSInteger                                   logsIndexed; 
     71        NSInteger                                       logIndexingPauses; 
    7272     
    7373} 
     
    8181 
    8282//Log viewer 
     83- (void)showLogViewerAndReindex:(id)sender; 
    8384- (void)showLogViewerToSelectedContact:(id)sender; 
    8485- (void)showLogViewerToSelectedContextContact:(id)sender; 
     
    9192- (void)markLogDirtyAtPath:(NSString *)path forChat:(AIChat *)chat; 
    9293- (void)markLogDirtyAtPath:(NSString *)path; 
    93 - (BOOL)getIndexingProgress:(int *)complete outOf:(int *)total; 
     94- (BOOL)getIndexingProgress:(NSUInteger *)complete outOf:(NSUInteger *)total; 
    9495 
    95 // 
    9696- (void)stopIndexingThreads; 
    9797- (void)dirtyAllLogs;