Differences From Artifact [ccd33ce597]:
- File src/OFDictionary_hashtable.h — part of check-in [1abbb97747] at 2012-12-01 18:08:26 on branch trunk — OFDictionary_hashtable: Store in OFMapTable. (user: js, size: 708) [annotate] [blame] [check-ins using]
To Artifact [1d1ac9a544]:
- File src/OFDictionary_hashtable.h — part of check-in [bff1f8e5a7] at 2012-12-07 02:11:22 on branch trunk — Make GCC happy by declaring private methods. (user: js, size: 747) [annotate] [blame] [check-ins using]
| ︙ | |||
19 20 21 22 23 24 25 26 | 19 20 21 22 23 24 25 26 27 28 | + + |
@class OFMapTable;
@class OFMapTableEnumerator;
@interface OFDictionary_hashtable: OFDictionary
{
OFMapTable *mapTable;
}
- initWithCapacity: (size_t)capacity;
@end
|