Socket factory. More...
#include <ISocketFactory.h>
Inherits IInterface.
Inherited by CTCPSocketFactory.
Public Member Functions | |
accessors | |
| virtual IDataSocket * | create () const =0 |
| Create data socket. | |
| virtual IListenSocket * | createListen () const =0 |
| Create listen socket. | |
Socket factory.
This interface defines the methods common to all factories used to create sockets.
Definition at line 32 of file ISocketFactory.h.
1.7.1