Show
Ignore:
Timestamp:
05/11/07 20:36:03 (2 years ago)
Author:
morris
Message:

Add Growl support

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredClient/trunk/WCCache.h

    r4439 r4751  
    3131        NSMutableDictionary                     *_files; 
    3232        NSMutableDictionary                     *_fileIcons; 
    33         NSMutableDictionary                     *_transferIcons; 
    3433        NSLock                                          *_lock; 
    3534} 
     
    4746- (NSImage *)fileIconForExtension:(NSString *)extension; 
    4847 
    49 - (void)setTransferIcon:(NSImage *)icon forExtension:(NSString *)extension; 
    50 - (NSImage *)transferIconForExtension:(NSString *)extension; 
    51  
    5248@end