refactored ISocket into IDataSocket. the latter and IListenSocket

now derive from ISocket.
This commit is contained in:
crs
2002-06-17 12:02:26 +00:00
parent e3dcf7febf
commit 57fb87ad10
14 changed files with 78 additions and 59 deletions

View File

@@ -16,7 +16,7 @@ CTCPSocketFactory::~CTCPSocketFactory()
// do nothing
}
ISocket*
IDataSocket*
CTCPSocketFactory::create() const
{
return new CTCPSocket;