Differences From Artifact [e228cf14b3]:
- File src/exceptions/OFChangePermissionsFailedException.h — part of check-in [3b97fc3cd9] at 2014-01-04 00:24:08 on branch trunk — Update copyright. (user: js, size: 2035) [annotate] [blame] [check-ins using]
To Artifact [a1573dfeea]:
- File src/exceptions/OFChangePermissionsFailedException.h — part of check-in [246cfe0807] at 2014-02-18 18:50:30 on branch trunk — Documentation: Show correct imports (user: js, size: 2177) [annotate] [blame] [check-ins using]
| ︙ | |||
17 18 19 20 21 22 23 24 25 26 27 28 29 30 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | + + + + |
#include <errno.h>
#include <sys/types.h>
#import "OFException.h"
/*!
* @class OFChangePermissionsFailedException \
* OFChangePermissionsFailedException.h \
* ObjFW/OFChangePermissionsFailedException.h
*
* @brief An exception indicating that changing the permissions of an item
* failed.
*/
@interface OFChangePermissionsFailedException: OFException
{
OFString *_path;
mode_t _permissions;
|
| ︙ |