Differences From Artifact [a9d15bac5e]:
- File src/exceptions/OFRenameFileFailedException.m — part of check-in [aef0a226d8] at 2012-01-31 13:39:46 on branch trunk — Rename a few variables that were forgotten in the past. (user: js, size: 1954) [annotate] [blame] [check-ins using]
To 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]
| ︙ | |||
31 32 33 34 35 36 37 | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | - + |
return [[[self alloc] initWithClass: class_
sourcePath: source
destinationPath: destination] autorelease];
}
- initWithClass: (Class)class_
{
|
| ︙ |