Main Page   Class Hierarchy   Compound List   File List   Compound Members  

SmartSockets::TipcConnClient Class Reference

#include <tconn.h>

Inheritance diagram for SmartSockets::TipcConnClient::

SmartSockets::TipcConn SmartSockets::TipcSrv List of all members.

Public Methods

virtual ~TipcConnClient () throw ()
 Destructor.

 TipcConnClient () throw ()
 TipcConnClient (const char *link_name) throw (TipcException)
 TipcConnClient (T_IPC_CONN connection, bool destroy_flag=true) throw (TipcException)

Detailed Description

TipcConnClient - user class for a client connection The TipcConnClient class calls the C API function TipcConnClientCreate at construction,passing the resulting T_IPC_CONN handle up to the TipcConn base class, where it is managed.
See also:
the SmartSockets Application Programming Interface for information on TipcConnCreate and TipcConnClientCreate


Constructor & Destructor Documentation

SmartSockets::TipcConnClient::TipcConnClient   throw () [inline]
 

Constructors

Parameters:
link_name  - logical connection name
connection  - the C Style T_IPC_CONN handle
destroy_flag  - the flag for destroy
Exceptions:
TipcConnException 


The documentation for this class was generated from the following file:
Generated on Fri Jul 14 15:05:55 2006 by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001