Differences From Artifact [d95c52fb45]:
- File src/OFSet_hashtable.h — part of check-in [813c00ccf0] at 2013-01-09 22:24:47 on branch trunk — Update copyright. (user: js, size: 703) [annotate] [blame] [check-ins using]
To Artifact [74dd4b8396]:
- File src/OFSet_hashtable.h — part of check-in [e40729d406] at 2013-02-12 18:22:15 on branch trunk — Prefix all ivars with an underscore. (user: js, size: 704) [annotate] [blame] [check-ins using]
| ︙ | |||
16 17 18 19 20 21 22 | 16 17 18 19 20 21 22 23 24 25 26 27 | - + |
#import "OFSet.h"
@class OFMapTable;
@interface OFSet_hashtable: OFSet
{
|