mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-09 16:02:46 +08:00
refactored ISocket into IDataSocket. the latter and IListenSocket
now derive from ISocket.
This commit is contained in:
@@ -16,7 +16,7 @@ CTCPSocketFactory::~CTCPSocketFactory()
|
||||
// do nothing
|
||||
}
|
||||
|
||||
ISocket*
|
||||
IDataSocket*
|
||||
CTCPSocketFactory::create() const
|
||||
{
|
||||
return new CTCPSocket;
|
||||
|
||||
Reference in New Issue
Block a user