Differences From Artifact [2f7d4a9cb8]:
- File src/exceptions/OFNotConnectedException.m — part of check-in [df329a38cd] at 2011-06-06 15:53:39 on branch trunk — Add missing imports to make gcc from trunk happy. (user: js, size: 1556) [annotate] [blame] [check-ins using] [more...]
To Artifact [3cf49774fa]:
- File src/exceptions/OFNotConnectedException.m — part of check-in [74eeea199c] at 2011-09-11 00:03:44 on branch trunk — Make use of the fact that -[retain] and -[release] must not throw. (user: js, size: 1495) [annotate] [blame] [check-ins using]
| ︙ | |||
39 40 41 42 43 44 45 | 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | - - + - - - - |
}
- initWithClass: (Class)class_
socket: (OFStreamSocket*)socket_
{
self = [super initWithClass: class_];
|
| ︙ |