Bug 2443

Summary: Revisit CORBA::Object::is_local_
Product: TAO Reporter: Johnny Willemsen <jwillemsen>
Component: ORBAssignee: DOC Center Support List (internal) <tao-support>
Status: ASSIGNED ---    
Severity: normal    
Priority: P3    
Version: 1.5   
Hardware: All   
OS: All   
Bug Depends on: 1593, 2440    
Bug Blocks:    

Description Johnny Willemsen 2006-03-08 05:58:40 CST
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.
Comment 1 Johnny Willemsen 2006-03-08 05:59:37 CST
added depends
Comment 2 Johnny Willemsen 2006-08-16 09:01:45 CDT
accept
Comment 3 Johnny Willemsen 2008-05-16 13:31:41 CDT
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