Differences From Artifact [ff0c5d43a6]:
- File src/exceptions/OFMutexStillLockedException.m — part of check-in [8892ae9fcc] at 2012-07-12 01:28:46 on branch trunk — Don't access isa directly. (user: js, size: 1557) [annotate] [blame] [check-ins using]
To Artifact [a03e941bbe]:
- File src/exceptions/OFMutexStillLockedException.m — part of check-in [c7adbcf399] at 2012-10-02 11:00:04 on branch trunk — Clean up properties in exceptions. (user: js, size: 1564) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
65 66 67 68 69 70 71 | @"was still locked!", inClass]; return description; } - (OFMutex*)mutex { | | | 65 66 67 68 69 70 71 72 73 74 | @"was still locked!", inClass]; return description; } - (OFMutex*)mutex { OF_GETTER(mutex, NO) } @end |