Differences From Artifact [ea25f448eb]:
- File src/exceptions/OFCopyFileFailedException.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: 1948) [annotate] [blame] [check-ins using]
To Artifact [af3294e8fa]:
- File src/exceptions/OFCopyFileFailedException.m — part of check-in [8892ae9fcc] at 2012-07-12 01:28:46 on branch trunk — Don't access isa directly. (user: js, size: 1957) [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_
{
|
| ︙ |