ObjFW  Check-in [27902a926c]

Overview
Comment:Add OFBigDataArray.h to ObjFW.h
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 27902a926cddcd02219e2a1e7e6ee84a9327b749475e02780c47927dab6d33d2
User & Date: js on 2014-09-10 14:05:06
Other Links: manifest | tags
Context
2014-09-10
21:51
OFDataArray: Handle exceptions in init check-in: c79d076e58 user: js tags: trunk
14:05
Add OFBigDataArray.h to ObjFW.h check-in: 27902a926c user: js tags: trunk
14:05
Fix -[OFBigDataArray initWithContentsOfURL:] check-in: dc83295447 user: js tags: trunk
Changes

Modified src/ObjFW.h from [cd135e52dd] to [d389f40e27].

18
19
20
21
22
23
24
25

26
27
28
29
30
31
32
33

#import "OFObject.h"
#import "OFBlock.h"

#import "OFAutoreleasePool.h"
#import "OFString.h"

#import "OFArray.h"

#import "OFDataArray.h"

#import "OFList.h"
#import "OFSortedList.h"

#import "OFDictionary.h"
#import "OFMapTable.h"








|
>
|







18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

#import "OFObject.h"
#import "OFBlock.h"

#import "OFAutoreleasePool.h"
#import "OFString.h"

#import "OFDataArray.h"
#import "OFBigDataArray.h"
#import "OFArray.h"

#import "OFList.h"
#import "OFSortedList.h"

#import "OFDictionary.h"
#import "OFMapTable.h"