Add -[initWithSocket:].
This commit is contained in:
parent
47f4dd4fdb
commit
a4158274c3
2 changed files with 42 additions and 8 deletions
|
@ -9,6 +9,8 @@
|
|||
BOOL handsShaken;
|
||||
}
|
||||
|
||||
- initWithSocket: (OFTCPSocket*)socket;
|
||||
|
||||
/* Change the return type */
|
||||
- (SSLSocket*)accept;
|
||||
@end
|
||||
|
|
Reference in a new issue