Differences From Artifact [9a6700f23c]:
- File src/exceptions/OFConditionBroadcastFailedException.m — part of check-in [8892ae9fcc] at 2012-07-12 01:28:46 on branch trunk — Don't access isa directly. (user: js, size: 1580) [annotate] [blame] [check-ins using]
To Artifact [77983dd397]:
- File src/exceptions/OFConditionBroadcastFailedException.m — part of check-in [c7adbcf399] at 2012-10-02 11:00:04 on branch trunk — Clean up properties in exceptions. (user: js, size: 1587) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
64 65 66 67 68 69 70 | @"Broadcasting a condition of type %@ failed!", inClass]; return description; } - (OFCondition*)condition { | | | 64 65 66 67 68 69 70 71 72 73 | @"Broadcasting a condition of type %@ failed!", inClass]; return description; } - (OFCondition*)condition { OF_GETTER(condition, NO) } @end |