ObjFW  Diff

Differences From Artifact [f872217020]:

To Artifact [7481ad05e6]:


16
17
18
19
20
21
22



23
24
25
26
27
28
29

#include <errno.h>

#import "OFException.h"

#ifdef OF_HAVE_LINK
/*!



 * @brief An exception indicating that creating a link failed.
 */
@interface OFLinkFailedException: OFException
{
	OFString *_sourcePath, *_destinationPath;
	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_LINK
/*!
 * @class OFLinkFailedException \
 *	  OFLinkFailedException.h ObjFW/OFLinkFailedException.h
 *
 * @brief An exception indicating that creating a link failed.
 */
@interface OFLinkFailedException: OFException
{
	OFString *_sourcePath, *_destinationPath;
	int _errNo;
}