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