Differences From Artifact [da0c6a5cd9]:
- File src/exceptions/OFCopyFileFailedException.m — part of check-in [e1eea29286] at 2011-03-24 16:09:40 on branch trunk — Split OFExceptions.{h,m} into one file per exception. (user: js, size: 1876) [annotate] [blame] [check-ins using]
To Artifact [b4ff248d49]:
- File src/exceptions/OFCopyFileFailedException.m — part of check-in [65ec63f7c1] at 2011-06-06 16:18:36 on branch trunk — Remove semicolons that should not have been there. (user: js, size: 1875) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
85 86 87 88 89 90 91 | } - (OFString*)sourcePath { return sourcePath; } | | | 85 86 87 88 89 90 91 92 93 94 95 96 | } - (OFString*)sourcePath { return sourcePath; } - (OFString*)destinationPath { return destinationPath; } @end |