Bug 2180 - repository_id is missing
Summary: repository_id is missing
Status: RESOLVED FIXED
Alias: None
Product: TAO
Classification: Unclassified
Component: ORB (show other bugs)
Version: 1.4.6
Hardware: All All
: P3 normal
Assignee: Johnny Willemsen
URL:
Depends on:
Blocks: 1278
  Show dependency tree
 
Reported: 2005-07-04 07:10 CDT by Johnny Willemsen
Modified: 2005-07-25 13:05 CDT (History)
0 users

See Also:


Attachments
Proposed changes (21.46 KB, patch)
2005-07-21 08:31 CDT, Johnny Willemsen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Johnny Willemsen 2005-07-04 07:10:22 CDT
Coming from bug 2043, easier to have a separate bug for this.

In TAO, CORBA::Object is also missing this operation (also from CORBA 3.0.3):

4.3.1.2 repository_id
repository_id returns the repository ID of an object (see Section 10.6,
"Component Interface Repository Interfaces" on page 10-50 for details of
repository IDs). The implementation of this operation must contact the ORB
that implements the target object.

For LocalObject, it should raise NO_IMPLEMENT.

(Note that in some places in the spec, repository_id is misspelled
"respository_id".)
Comment 1 Johnny Willemsen 2005-07-21 08:30:58 CDT
reassign
Comment 2 Johnny Willemsen 2005-07-21 08:31:19 CDT
Created attachment 362 [details]
Proposed changes
Comment 3 Johnny Willemsen 2005-07-23 07:37:47 CDT
accept. Will be added after x.4.7 is out.
Comment 4 Johnny Willemsen 2005-07-25 13:05:16 CDT
Fixed

Mon Jul 25 18:00:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO_IDL/be/be_interface.cpp:
        * TAO_IDL/be/be_visitor_component/component_sh.cpp:
        * TAO_IDL/be/be_visitor_interface/amh_sh.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_sh.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
        * tao/Abstract_Servant_Base.h:
        * tao/LocalObject.{h,cpp}:
        * tao/Object.{h,cpp}:
        * tao/Object_Proxy_Broker.h:
        * tao/Remote_Object_Proxy_Broker.{h,cpp}:
        * tao/PortableServer/Collocated_Object_Proxy_Broker.{h,cpp}:
        * tao/PortableServer/Servant_Base.{h,cpp}:
          Added CORBA::Object::_repository_id, this fixes bugzilla 2180

        * tests/OctetSeq/client.cpp:
          Call _repository_id

        * tao/PortableServer/Active_Object_Map.h:
          No need to export this class