|
Stun Server
Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
|
#include <refcountobject.h>

Public Member Functions | |
| CBasicRefCount () | |
| virtual | ~CBasicRefCount () |
| int | InternalAddRef () |
| int | InternalRelease () |
| virtual void | OnFinalRelease () |
Protected Attributes | |
| int | m_nRefs |
Definition at line 34 of file refcountobject.h.
| CBasicRefCount::CBasicRefCount | ( | ) |
Definition at line 25 of file refcountobject.cpp.
|
virtual |
Definition at line 30 of file refcountobject.cpp.
| int CBasicRefCount::InternalAddRef | ( | ) |
Definition at line 35 of file refcountobject.cpp.
| int CBasicRefCount::InternalRelease | ( | ) |
Definition at line 40 of file refcountobject.cpp.
|
virtual |
Definition at line 50 of file refcountobject.cpp.
|
protected |
Definition at line 37 of file refcountobject.h.