ObjFW  Diff

Differences From Artifact [a3a569b856]:

To Artifact [07822635da]:


19
20
21
22
23
24
25



26
27
28
29
30
31
32
#include <sys/types.h>

#import "OFException.h"

@class OFSeekableStream;

/*!



 * @brief An exception indicating that seeking in a stream failed.
 */
@interface OFSeekFailedException: OFException
{
	OFSeekableStream *_stream;
	off_t _offset;
	int _whence, _errNo;







>
>
>







19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#include <sys/types.h>

#import "OFException.h"

@class OFSeekableStream;

/*!
 * @class OFSeekFailedException \
 *	  OFSeekFailedException.h ObjFW/OFSeekFailedException.h
 *
 * @brief An exception indicating that seeking in a stream failed.
 */
@interface OFSeekFailedException: OFException
{
	OFSeekableStream *_stream;
	off_t _offset;
	int _whence, _errNo;