Bug 1961 - PortableInterceptor::ServerRequestInfo::object_id small change
Summary: PortableInterceptor::ServerRequestInfo::object_id small change
Status: RESOLVED FIXED
Alias: None
Product: TAO
Classification: Unclassified
Component: Portable Interceptors (show other bugs)
Version: 1.4.2
Hardware: All All
: P5 normal
Assignee: Johnny Willemsen
URL:
Depends on:
Blocks: 1278
  Show dependency tree
 
Reported: 2004-10-07 07:25 CDT by Johnny Willemsen
Modified: 2005-01-09 06:56 CST (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 2004-10-07 07:25:35 CDT
In PortableInterceptor.pidl the attribute 
PortableInterceptor::ServerRequestInfo::object_id has the wrong type. According 
to the latest corba spec it should be ObjectId, not CORBA::OctetSeq. Just a 
small issue we should fix, besided the diff below the generated code in the 
repo needs and update then.

RCS file: /project/cvs-repository/ACE_wrappers-
repository/TAO/tao/PortableInterceptor.pidl,v
retrieving revision 1.26
diff -u -u -w -b -r1.26 PortableInterceptor.pidl
--- PortableInterceptor.pidl	27 Aug 2004 08:04:56 -0000	1.26
+++ PortableInterceptor.pidl	1 Sep 2004 14:47:34 -0000
@@ -127,7 +127,7 @@
     readonly attribute ServerId server_id;
     readonly attribute ORBId orb_id;
     readonly attribute AdapterName adapter_name;
-    readonly attribute CORBA::OctetSeq object_id;
+    readonly attribute ObjectId object_id;
     readonly attribute CORBA::OctetSeq adapter_id;
     readonly attribute CORBA::RepositoryId target_most_derived_interface;
     CORBA::Policy get_server_policy (in CORBA::PolicyType type);
Comment 1 Johnny Willemsen 2004-10-07 07:26:11 CDT
Added meta corba bug dependency
Comment 2 Johnny Willemsen 2004-10-13 13:25:04 CDT
Accept for tao-support
Comment 3 Johnny Willemsen 2004-11-12 02:29:16 CST
I will handle this
Comment 4 Johnny Willemsen 2004-11-12 02:52:27 CST
This one is fixed in the POArefactor2 branch, at the moment we merge this 
branch, we will get this fix also.
Comment 5 Johnny Willemsen 2005-01-09 06:56:09 CST
A check resulted in the conclusion that this was already merged by the change 
below

Sat Dec 11 16:05:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/PortableInterceptor.pidl:
          Updated regeneration instructions

        * tao/PortableInterceptorA.cpp:
        * tao/PortableInterceptorC.{h,cpp,i,inl}:
          Regenerated and replace .i file with .inl variant

        * tao/Makefile.am:
          Updated because of changes above

        * tao/diffs/PortableInterceptor.diff:
          Updated