Differences From Artifact [3c6f730057]:
- File src/exceptions/OFDeleteFileFailedException.h — part of check-in [c1b35e1495] at 2012-02-01 13:42:53 on branch trunk — Clean up the properties mess. (user: js, size: 1505) [annotate] [blame] [check-ins using]
To Artifact [6a2aaca49b]:
- File src/exceptions/OFDeleteFileFailedException.h — part of check-in [c7adbcf399] at 2012-10-02 11:00:04 on branch trunk — Clean up properties in exceptions. (user: js, size: 1514) [annotate] [blame] [check-ins using]
| ︙ | |||
22 23 24 25 26 27 28 | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | - + |
@interface OFDeleteFileFailedException: OFException
{
OFString *path;
int errNo;
}
#ifdef OF_HAVE_PROPERTIES
|
| ︙ |