#include <RefCounted.h>
Inheritance diagram for OW32::CRefCountedSingleThread:
Public Member Functions | |
CRefCountedSingleThread () | |
Default c'tor. | |
virtual LONG | AddRef () const |
Add a reference to the object. | |
virtual LONG | Release () const |
Decrement the reference count of this object. |
|
Add a reference to the object.
Implements OW32::CRefCountedBase. |
|
Decrement the reference count of this object.
Implements OW32::CRefCountedBase. |