Differences From Artifact [81f42e9cea]:
- File src/OFCountedSet_hashtable.h — part of check-in [ce70e17b38] at 2012-01-05 00:56:18 on branch trunk — Update copyright. (user: js, size: 745) [annotate] [blame] [check-ins using]
To Artifact [764c37fc25]:
- File src/OFCountedSet_hashtable.h — part of check-in [a40ccfa7cf] at 2012-11-02 21:19:41 on branch trunk — Remove a useless ivar. (user: js, size: 719) [annotate] [blame] [check-ins using]
| ︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 | - |
#import "OFCountedSet.h"
@class OFMutableDictionary_hashtable;
@interface OFCountedSet_hashtable: OFCountedSet
{
OFMutableDictionary_hashtable *dictionary;
|