3.7.2.6.4 Description
Invoke this method when a reference to a servant is no longer
needed. Invoking this method causes the reference count for the
servant to be decremented by one. If the _remove_ref() method brings the reference count
to zero, it also calls the C++ “delete” statement on
its own this
pointer and deletes the servant.
Parent topic: Tobj_ServantBase::_remove_ref()