ObjFW  Check-in [89fc3e69a8]

Overview
Comment:ObjFW.h: Add OFStatItemFailedException.h
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 89fc3e69a807c72b267e94a28ba8ade23670522f3309a3f4ebf5d23ac391a062
User & Date: js on 2016-03-02 21:07:58
Other Links: manifest | tags
Context
2016-03-06
17:40
OFTLSSocket: Make use of properties check-in: 143c61869a user: js tags: trunk
2016-03-02
21:07
ObjFW.h: Add OFStatItemFailedException.h check-in: 89fc3e69a8 user: js tags: trunk
2016-02-28
16:08
OFOptionsParser: Make sure _options is terminated check-in: 1808782994 user: js tags: trunk
Changes

Modified src/ObjFW.h from [38a800c5de] to [853a60c308].

147
148
149
150
151
152
153

154
155
156
157
158
159
160
#import "OFOutOfMemoryException.h"
#import "OFOutOfRangeException.h"
#import "OFReadFailedException.h"
#import "OFReadOrWriteFailedException.h"
#import "OFRemoveItemFailedException.h"
#import "OFSeekFailedException.h"
#import "OFSetOptionFailedException.h"

#import "OFStillLockedException.h"
#ifdef OF_HAVE_THREADS
# import "OFThreadJoinFailedException.h"
# import "OFThreadStartFailedException.h"
# import "OFThreadStillRunningException.h"
#endif
#import "OFTruncatedDataException.h"







>







147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
#import "OFOutOfMemoryException.h"
#import "OFOutOfRangeException.h"
#import "OFReadFailedException.h"
#import "OFReadOrWriteFailedException.h"
#import "OFRemoveItemFailedException.h"
#import "OFSeekFailedException.h"
#import "OFSetOptionFailedException.h"
#import "OFStatItemFailedException.h"
#import "OFStillLockedException.h"
#ifdef OF_HAVE_THREADS
# import "OFThreadJoinFailedException.h"
# import "OFThreadStartFailedException.h"
# import "OFThreadStillRunningException.h"
#endif
#import "OFTruncatedDataException.h"