-
Key: CORBA34-65
-
Legacy Issue Number: 5858
-
Status: closed
-
Source: Anonymous
-
Summary:
- document : formal/02-06-65
- chapter : 1.5.2.4
- text in question :
module Components
{ private CORBA::OctetSeq cookieValue; }
{
valuetype Cookie
;
};- Issues :
1. Naming style used in this definition violates rules defined in
"OMG IDL Style Guide" (ab/98-06-03).2. Naming style used in this definition is inconsistent with other parts
of the CCM IDL, for example:module Components
{ public FeatureName name; public CORBA::RepositoryId type_id; }
{
valuetype PortDescription
;
valuetype FacetDescription : PortDescription
{ public Object facet_ref; }
;
}- suggested resolution : replace `cookieValue' with `cookie_value'
-
Reported: CORBA 3.0.2 — Wed, 12 Feb 2003 05:00 GMT
-
Disposition: Deferred — CORBA 3.4
-
Disposition Summary:
Deferred
This proposal was generated automatically by request of the Task Force Chair Adam Mitz.
-
Updated: Wed, 1 Feb 2023 21:59 GMT