ObjFW  Check-in [d87df02e8b]

Overview
Comment:The if ((self = [super init])) construct isn't needed anymore.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: d87df02e8be729152c23166716def65db645071e92c31647797b6ccb834056a8
User & Date: js on 2009-04-21 17:16:23
Other Links: manifest | tags
Context
2009-04-21
17:19
OFException should not override - class, rename it to - inClass. check-in: 770a3a4fe4 user: js tags: trunk
17:16
The if ((self = [super init])) construct isn't needed anymore. check-in: d87df02e8b user: js tags: trunk
16:47
Throw OFAllocFailedException instead of returning nil.
This exception is quite special, look at the documentation for details.
check-in: a1a5bfb3cd user: js tags: trunk
Changes