Differences From Artifact [528220f4b7]:
- File src/OFHash.m — part of check-in [e76a7f52c1] at 2011-04-22 20:19:54 on branch trunk — More style improvements. (user: js, size: 1181) [annotate] [blame] [check-ins using]
To Artifact [4c0ad468a8]:
- File src/OFHash.m — part of check-in [d43eb177bc] at 2011-09-19 12:34:21 on branch trunk — BOOL naming conventions. (user: js, size: 1179) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
44 45 46 47 48 49 50 | { @throw [OFNotImplementedException newWithClass: isa selector: _cmd]; } - (BOOL)isCalculated { | | | 44 45 46 47 48 49 50 51 52 53 | { @throw [OFNotImplementedException newWithClass: isa selector: _cmd]; } - (BOOL)isCalculated { return calculated; } @end |