Stun Server  Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
refcountobject.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IRefCounted
 
class  CBasicRefCount
 
class  CRefCountedPtr< T >
 

Macros

#define ADDREF_AND_RELEASE_IMPL()
 

Macro Definition Documentation

#define ADDREF_AND_RELEASE_IMPL ( )
Value:
inline int AddRef() {return InternalAddRef();} \
inline int Release() {return InternalRelease();}

Definition at line 49 of file refcountobject.h.