-
Key: CORBA25-11
-
Legacy Issue Number: 4165
-
Status: closed
-
Source: IONA ( Matthew Newhook)
-
Summary:
I propose that ObjectId be changed from:
typedef sequence<octet> ObjectId;
to:
typedef CORBA::OctetSeq ObjectId;
This shouldn't cause any existing code to break. However, currently
PortableInterceptor::ObjectId (needed so that the PI module doesn't
depend on the PortableServer module) isn't directly assignable to
PortableServer::ObjectId which means additional copying that doesn't
seem necessary. It also reduces the code-size of the ORB somewhat
(since a sequence type can be removed from the core). -
Reported: CORBA 2.4.1 — Sat, 20 Jan 2001 05:00 GMT
-
Disposition: Resolved — CORBA 2.5
-
Disposition Summary:
Incorporate changes and close issue
-
Updated: Fri, 6 Mar 2015 20:58 GMT