Stun Server  Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
CBasicRefCount Class Reference

#include <refcountobject.h>

Inheritance diagram for CBasicRefCount:

Public Member Functions

 CBasicRefCount ()
 
virtual ~CBasicRefCount ()
 
int InternalAddRef ()
 
int InternalRelease ()
 
virtual void OnFinalRelease ()
 

Protected Attributes

int m_nRefs
 

Detailed Description

Definition at line 34 of file refcountobject.h.

Constructor & Destructor Documentation

CBasicRefCount::CBasicRefCount ( )

Definition at line 25 of file refcountobject.cpp.

CBasicRefCount::~CBasicRefCount ( )
virtual

Definition at line 30 of file refcountobject.cpp.

Member Function Documentation

int CBasicRefCount::InternalAddRef ( )

Definition at line 35 of file refcountobject.cpp.

int CBasicRefCount::InternalRelease ( )

Definition at line 40 of file refcountobject.cpp.

void CBasicRefCount::OnFinalRelease ( )
virtual

Definition at line 50 of file refcountobject.cpp.

Member Data Documentation

int CBasicRefCount::m_nRefs
protected

Definition at line 37 of file refcountobject.h.


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