ObjFW  Check-in [bc26452995]

Overview
Comment:Import OFXMLElementBuilder in ObjFW.h.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bc2645299539cec4c2f44540b3f73d874a89d7ddbd480b34f2f5f6413ab13cbb
User & Date: js on 2010-07-03 17:28:40
Other Links: manifest | tags
Context
2010-07-07
20:46
Add -[fileDescriptor] to OFStream. check-in: 9d064462a3 user: js tags: trunk
2010-07-03
17:28
Import OFXMLElementBuilder in ObjFW.h. check-in: bc26452995 user: js tags: trunk
17:26
Update Xcode Project to include new files. check-in: 9222bf45fa user: js tags: trunk
Changes

Modified src/ObjFW.h from [b5f7e1402e] to [152202e873].

38
39
40
41
42
43
44

45
46
47
48
49
50
51
#import "OFHash.h"
#import "OFMD5Hash.h"
#import "OFSHA1Hash.h"

#import "OFXMLAttribute.h"
#import "OFXMLElement.h"
#import "OFXMLParser.h"


#import "OFApplication.h"

#import "macros.h"

#ifdef OF_PLUGINS
# import "OFPlugin.h"







>







38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#import "OFHash.h"
#import "OFMD5Hash.h"
#import "OFSHA1Hash.h"

#import "OFXMLAttribute.h"
#import "OFXMLElement.h"
#import "OFXMLParser.h"
#import "OFXMLElementBuilder.h"

#import "OFApplication.h"

#import "macros.h"

#ifdef OF_PLUGINS
# import "OFPlugin.h"