1#ifndef MiscLib__REFCOUNT_HEADER__
2#define MiscLib__REFCOUNT_HEADER__
14 inline unsigned int AddRef()
const;
15 inline unsigned int Release()
const;
22 mutable unsigned int m_refCount;
RefCount & operator=(const RefCount &)
unsigned int Release() const
unsigned int AddRef() const