ObjFW  Check-in [0449004f4e]

Overview
Comment:Add import for OFSerialization.h to ObjFW.h.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 0449004f4ea6da09e65a12775015be30b17f8cbe051cebfe03450ceb7a9af649
User & Date: js on 2011-06-05 19:12:35
Other Links: manifest | tags
Context
2011-06-05
19:27
Add OFNull class. check-in: 183825f113 user: js tags: trunk
19:12
Add import for OFSerialization.h to ObjFW.h. check-in: 0449004f4e user: js tags: trunk
18:53
Rename -[connetToHost:onPort:] to -[connectToHost:port:]. check-in: 1940d72ec7 user: js tags: trunk
Changes

Modified src/ObjFW.h from [933896ffed] to [9f6912fd91].

46
47
48
49
50
51
52


53
54
55
56
57
58
59
#import "OFMD5Hash.h"
#import "OFSHA1Hash.h"

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



#import "OFApplication.h"

#import "OFAllocFailedException.h"
#import "OFException.h"
#import "OFAcceptFailedException.h"
#import "OFAddressTranslationFailedException.h"







>
>







46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#import "OFMD5Hash.h"
#import "OFSHA1Hash.h"

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

#import "OFSerialization.h"

#import "OFApplication.h"

#import "OFAllocFailedException.h"
#import "OFException.h"
#import "OFAcceptFailedException.h"
#import "OFAddressTranslationFailedException.h"