Bug 2443 - Revisit CORBA::Object::is_local_
Summary: Revisit CORBA::Object::is_local_
Status: ASSIGNED
Alias: None
Product: TAO
Classification: Unclassified
Component: ORB (show other bugs)
Version: 1.5
Hardware: All All
: P3 normal
Assignee: DOC Center Support List (internal)
URL:
Depends on: 1593 2440
Blocks:
  Show dependency tree
 
Reported: 2006-03-08 05:58 CST by Johnny Willemsen
Modified: 2008-05-16 13:31 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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