Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

ESocketC Class Reference

#include <socketc.h>

Collaboration diagram for ESocketC:

Collaboration graph
[legend]
List of all members.

Public Methods

 ESocketC (const long &l)
 ESocketC (const StringC &s, const long &l)

Public Attributes

StringC m_errorString
long m_errorCode

Constructor & Destructor Documentation

ESocketC::ESocketC const long &    l [inline]
 

Definition at line 159 of file socketc.h.

References m_errorCode.

00159 {m_errorCode = l;}

ESocketC::ESocketC const StringC   s,
const long &    l
[inline]
 

Definition at line 160 of file socketc.h.

References m_errorCode, and m_errorString.

00160 {m_errorString = s;m_errorCode = l;}


Member Data Documentation

long ESocketC::m_errorCode
 

Definition at line 163 of file socketc.h.

Referenced by ESocketC().

StringC ESocketC::m_errorString
 

Definition at line 162 of file socketc.h.

Referenced by ESocketC().


The documentation for this class was generated from the following file:
Generated on Tue Jul 29 14:30:44 2003 for Open ActiveWrl by doxygen1.3-rc2