@@ -110,51 +110,6 @@ @throw [OFSetOptionFailedException newWithClass: isa]; #endif return self; } - -- connectToService: (OFString*)service - onNode: (OFString*)node -{ - @throw [OFNotImplementedException newWithClass: isa - selector: _cmd]; -} - -- bindService: (OFString*)service - onNode: (OFString*)node - withFamily: (int)family -{ - @throw [OFNotImplementedException newWithClass: isa - selector: _cmd]; -} - -- listenWithBackLog: (int)backlog -{ - @throw [OFNotImplementedException newWithClass: isa - selector: _cmd]; -} - -- listen -{ - @throw [OFNotImplementedException newWithClass: isa - selector: _cmd]; -} - -- (OFSocket*)accept -{ - @throw [OFNotImplementedException newWithClass: isa - selector: _cmd]; -} - -- enableKeepAlives: (BOOL)enable -{ - @throw [OFNotImplementedException newWithClass: isa - selector: _cmd]; -} - -- close -{ - @throw [OFNotImplementedException newWithClass: isa - selector: _cmd]; -} @end