ISocketFactory Class Reference

Socket factory. More...

#include <ISocketFactory.h>

Inherits IInterface.

Inherited by CTCPSocketFactory.

List of all members.

Public Member Functions

accessors

virtual IDataSocketcreate () const =0
 Create data socket.
virtual IListenSocketcreateListen () const =0
 Create listen socket.

Detailed Description

Socket factory.

This interface defines the methods common to all factories used to create sockets.

Definition at line 32 of file ISocketFactory.h.


The documentation for this class was generated from the following file: