Add -[initWithSocket:].

This commit is contained in:
Jonathan Schleifer 2011-03-28 22:26:45 +02:00
parent 47f4dd4fdb
commit a4158274c3
2 changed files with 42 additions and 8 deletions

View file

@ -9,6 +9,8 @@
BOOL handsShaken;
}
- initWithSocket: (OFTCPSocket*)socket;
/* Change the return type */
- (SSLSocket*)accept;
@end