Differences From Artifact [69fce37d1b]:
- File src/exceptions/OFChangeFileOwnerFailedException.m — part of check-in [8892ae9fcc] at 2012-07-12 01:28:46 on branch trunk — Don't access isa directly. (user: js, size: 2394) [annotate] [blame] [check-ins using]
To Artifact [691dcbaf92]:
- File src/exceptions/OFChangeFileOwnerFailedException.m — part of check-in [c7adbcf399] at 2012-10-02 11:00:04 on branch trunk — Clean up properties in exceptions. (user: js, size: 2415) [annotate] [blame] [check-ins using]
︙ | |||
97 98 99 100 101 102 103 | 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 | - + - + - + | - (int)errNo { return errNo; } - (OFString*)path { |