Please report new issues athttps://github.com/DOCGroup
I wonder if it is really needed to store is_local_ in object. We could implement the _is_local as virtual function, false in object, true in localobject. the add_ref/remove_ref methods are already overruled in local object and there is a proposed C++ mapping that makes refcounting also default for local objects.
added depends
accept
The _is_local() api in object is not part of the corba spec. Also can_convert_to_ior does use this flag, but that is also not part of the spec