CORBA::LocalObject - The base class for all local object references
The CORBA::LocalObject is the base class for all local interfaces and
provides very few interesting methods. A local object reference can not
be marshaled, demarshaled, nor can the _get_orb
or _repository_id
methods be successfully called.
_id
- Returns the repository id (IDL:omg.org/CORBA/LocalObject:1.0) of
CORBA::LocalObject.
_is_a
- Takes a repository id as the only parameter and compares it to
the repository id of itself.
_is_equivalent
- A simple minded equivalence test for object
references. It only compares the repository id's.