ObjFW  Diff

Differences From Artifact [83ae290d6c]:

To Artifact [5587f9cda9]:


16
17
18
19
20
21
22



23
24
25
26
27
28
29

#include <errno.h>

#import "OFException.h"

#ifdef OF_HAVE_CHOWN
/*!



 * @brief An exception indicating that changing the owner of an item failed.
 */
@interface OFChangeOwnerFailedException: OFException
{
	OFString *_path, *_owner, *_group;
	int _errNo;
}







>
>
>







16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

#include <errno.h>

#import "OFException.h"

#ifdef OF_HAVE_CHOWN
/*!
 * @class OFChangeOwnerFailedException \
 *	  OFChangeOwnerFailedException.h ObjFW/OFChangeOwnerFailedException.h
 *
 * @brief An exception indicating that changing the owner of an item failed.
 */
@interface OFChangeOwnerFailedException: OFException
{
	OFString *_path, *_owner, *_group;
	int _errNo;
}