Differences From Artifact [61b9c436c8]:
- File src/exceptions/OFChangePermissionsFailedException.h — part of check-in [3d6917fe0b] at 2013-06-28 18:43:38 on branch trunk — Include errno in headers for exceptions using it. (user: js, size: 2040) [annotate] [blame] [check-ins using]
To Artifact [9a37a3661e]:
- File src/exceptions/OFChangePermissionsFailedException.h — part of check-in [85e8ccc3a5] at 2013-11-20 22:06:00 on branch trunk — Make exception properties atomic. (user: js, size: 2029) [annotate] [blame] [check-ins using]
| ︙ | |||
28 29 30 31 32 33 34 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | - + |
{
OFString *_path;
mode_t _permissions;
int _errNo;
}
#ifdef OF_HAVE_PROPERTIES
|
| ︙ |