ObjFW  Check-in [87a3e4fb0a]

Overview
Comment:There is no need to return a BOOL in OFXMLParserDelegate.
If you want to stop parsing, you just throw an exception.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 87a3e4fb0a9df23ed622b7f3f58af320ddcc521b17406ca7c06235af694f2b9f
User & Date: js on 2009-08-26 14:13:07
Other Links: manifest | tags
Context
2009-08-26
14:24
Add default implementation for OFXMLParserDelegate. check-in: 280071188d user: js tags: trunk
14:13
There is no need to return a BOOL in OFXMLParserDelegate.
If you want to stop parsing, you just throw an exception.
check-in: 87a3e4fb0a user: js tags: trunk
2009-08-17
21:13
Ensure in the headers that we got the required definitions. check-in: 5903c87d36 user: js tags: trunk
Changes