@@ -13,11 +13,11 @@ # include # include # include #endif -#import "OFSocket.h" +#import "OFStreamSocket.h" #ifdef _WIN32 # include #endif @@ -24,11 +24,11 @@ @class OFString; /** * \brief A class which provides functions to create and use TCP sockets. */ -@interface OFTCPSocket: OFSocket +@interface OFTCPSocket: OFStreamSocket { struct sockaddr *sockAddr; socklen_t sockAddrLen; }