Differences From Artifact [15a0147e79]:
- File src/exceptions/OFDeleteFileFailedException.h — part of check-in [ce70e17b38] at 2012-01-05 00:56:18 on branch trunk — Update copyright. (user: js, size: 1508) [annotate] [blame] [check-ins using]
To 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]
| ︙ | |||
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
|
| ︙ |