#include <vos/corelibs/vos/refcount.hh>
Inheritance diagram for VOS::ObjectExciseListener:
Definition at line 126 of file refcount.hh.
|
This will be called by the listened-to object when its RefCounted::excise() method is called. The application should take any appropriate measures to remove references (to avoid stale pointers and/or memory leaks) and then call release(). Implemented in VOS::VobjectImplementation. |