1#ifndef __OBJ_REF_I__H__
2#define __OBJ_REF_I__H__
13#define INTERFACE IObjRef
Interface for reference counting.
long AddRef() PURE
Increases the reference count.
void OnFinalRelease() PURE
Called when the reference count reaches zero and the object is about to be released.
long Release() PURE
Decreases the reference count.