-
Key: CORBA3-37
-
Legacy Issue Number: 4585
-
Status: closed
-
Source: Vanderbilt University ( Mr. Ossama Othman)
-
Summary:
The new Portable Interceptor chapter in the CORBA 2.5 specification
has apparently been mismerged. Section 13.8 "Coder/Decoder
Interfaces," the Codec related interfaces added to the "IOP" module,
should supercede those in the deprecated "IOP_N" module that is listed
in section 21.10 "Portable Interceptor IDL."Suggested changes include:
- Remove the IOP_N module from Section 21.10 "Portable Interceptor
IDL." - Change all instances of "IOP_N" to "IOP." In particular, methods
listed in sections 21.3.13 (ClientRequestInfo IDL) and 21.10 refer
to the "IOP_N" module. The following methods in section 21.10 must
be updated:
module PortableInterceptor {
// ...
{ // ... IOP_N::TaggedComponent get_effective_component (...) IOP_N::TaggedComponentSeq get_effective_components (...) // ... }
local interface ClientRequestInfo;
// ...local interface ORBInitInfo
{ readonly attribute IOP_N::CodecFactory codec_factory; };
};
- Remove the IOP_N module from Section 21.10 "Portable Interceptor
-
Reported: CORBA 2.5 — Mon, 1 Oct 2001 04:00 GMT
-
Disposition: Resolved — CORBA 3.0.2
-
Disposition Summary:
Fixed in CORBA 3.0 (ptc/02-01-14). Close no change
-
Updated: Fri, 6 Mar 2015 20:58 GMT