Differences From Artifact [496127f6be]:
- File src/exceptions/OFOpenFileFailedException.m — part of check-in [8892ae9fcc] at 2012-07-12 01:28:46 on branch trunk — Don't access isa directly. (user: js, size: 1802) [annotate] [blame] [check-ins using]
To Artifact [748612e960]:
- File src/exceptions/OFOpenFileFailedException.m — part of check-in [c7adbcf399] at 2012-10-02 11:00:04 on branch trunk — Clean up properties in exceptions. (user: js, size: 1816) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
82 83 84 85 86 87 88 | - (int)errNo { return errNo; } - (OFString*)path { | | | | 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 | - (int)errNo { return errNo; } - (OFString*)path { OF_GETTER(path, NO) } - (OFString*)mode { OF_GETTER(mode, NO) } @end |