Changeset 4799 for WiredClient/trunk/WCCache.h
- Timestamp:
- 05/27/07 23:49:26 (2 years ago)
- Files:
-
- WiredClient/trunk/WCCache.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/WCCache.h
r4751 r4799 28 28 29 29 @interface WCCache : WIObject { 30 unsigned int_capacity;30 NSUInteger _capacity; 31 31 NSMutableDictionary *_files; 32 32 NSMutableDictionary *_fileIcons; … … 39 39 - (id)initWithCapacity:(NSUInteger)capacity; 40 40 41 - (void)setFiles:(NSArray *)files free:( unsigned long long)free forPath:(NSString *)path;41 - (void)setFiles:(NSArray *)files free:(WIFileOffset)free forPath:(NSString *)path; 42 42 - (void)removeFilesForPath:(NSString *)path; 43 - (NSArray *)filesForPath:(NSString *)path free:( unsigned long long*)free;43 - (NSArray *)filesForPath:(NSString *)path free:(WIFileOffset *)free; 44 44 45 45 - (void)setFileIcon:(NSImage *)icon forExtension:(NSString *)extension;
