#include <ISocketFactory.h>
Inherits IInterface.
Inherited by CTCPSocketFactory.
Inheritance diagram for ISocketFactory:


Public Member Functions | |
accessors | |
| virtual IDataSocket * | create () const =0 |
| Create data socket. | |
| virtual IListenSocket * | createListen () const =0 |
| Create listen socket. | |
This interface defines the methods common to all factories used to create sockets.
Definition at line 28 of file ISocketFactory.h.
1.4.7