ObjFW  Check-in [ddd6a56658]

Overview
Comment:ObjFW.h: Add missing imports
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ddd6a5665824b2c22518f90f469d7efeee3e42657a7308760f5ff32c48834dac
User & Date: js on 2017-04-14 05:14:48
Other Links: manifest | tags
Context
2017-04-14
23:27
Fix using OF_{CON,DE}STRUCTOR multiple times check-in: 544663e733 user: js tags: trunk
05:14
ObjFW.h: Add missing imports check-in: ddd6a56658 user: js tags: trunk
05:13
atomic_*.h: Add missing _Nullable check-in: 6f9c0e8eb2 user: js tags: trunk
Changes

Modified src/ObjFW.h from [9210a8d6e8] to [2d3e8c790c].

101
102
103
104
105
106
107

108
109
110
111
112
113
114

#import "OFApplication.h"
#import "OFSystemInfo.h"
#import "OFLocalization.h"
#import "OFOptionsParser.h"
#import "OFTimer.h"
#import "OFRunLoop.h"


#import "OFAllocFailedException.h"
#import "OFException.h"
#ifdef OF_HAVE_SOCKETS
# import "OFAcceptFailedException.h"
# import "OFAddressTranslationFailedException.h"
# import "OFAlreadyConnectedException.h"







>







101
102
103
104
105
106
107
108
109
110
111
112
113
114
115

#import "OFApplication.h"
#import "OFSystemInfo.h"
#import "OFLocalization.h"
#import "OFOptionsParser.h"
#import "OFTimer.h"
#import "OFRunLoop.h"
#import "OFSandbox.h"

#import "OFAllocFailedException.h"
#import "OFException.h"
#ifdef OF_HAVE_SOCKETS
# import "OFAcceptFailedException.h"
# import "OFAddressTranslationFailedException.h"
# import "OFAlreadyConnectedException.h"
157
158
159
160
161
162
163

164
165
166
167
168
169
170
#endif
#import "OFOpenItemFailedException.h"
#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"







>







158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
#endif
#import "OFOpenItemFailedException.h"
#import "OFOutOfMemoryException.h"
#import "OFOutOfRangeException.h"
#import "OFReadFailedException.h"
#import "OFReadOrWriteFailedException.h"
#import "OFRemoveItemFailedException.h"
#import "OFSandboxActivationFailedException.h"
#import "OFSeekFailedException.h"
#import "OFSetOptionFailedException.h"
#import "OFStatItemFailedException.h"
#import "OFStillLockedException.h"
#ifdef OF_HAVE_THREADS
# import "OFThreadJoinFailedException.h"
# import "OFThreadStartFailedException.h"