#include <tconn.h>
Inheritance diagram for SmartSockets::TipcConnServer::
Public Methods | |
virtual | ~TipcConnServer () throw () |
Destructor. | |
virtual TipcConn * | accept () throw (TipcException) |
TipcConnServer (const char *link_name) throw (TipcException) | |
TipcConnServer (T_IPC_CONN connection, bool destroy_flag=TRUE) throw (TipcException) |
|
Constructors
|
|
Accepts a connection from a client and returns a pointer to a new TipcConn object. It is your responsibility to delete this object when finished.
|