Differences From Artifact [ba0d7f211d]:
- File src/exceptions/OFNotConnectedException.m — part of check-in [7ced2e7b6a] at 2011-03-24 21:17:29 on branch trunk — Pass the stream for stream exceptions. (user: js, size: 1532) [annotate] [blame] [check-ins using]
To 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...]
| ︙ | |||
14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | + |
* file.
*/
#include "config.h"
#import "OFNotConnectedException.h"
#import "OFString.h"
#import "OFTCPSocket.h"
#import "OFNotImplementedException.h"
@implementation OFNotConnectedException
+ newWithClass: (Class)class_
socket: (OFStreamSocket*)socket
{
|
| ︙ |