Bug 1961

Summary: PortableInterceptor::ServerRequestInfo::object_id small change
Product: TAO Reporter: Johnny Willemsen <jwillemsen>
Component: Portable InterceptorsAssignee: Johnny Willemsen <jwillemsen>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P5    
Version: 1.4.2   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 1278    

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