-
Key: CORBA35-61
-
Legacy Issue Number: 5858
-
Status: open
-
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
-
Updated: Wed, 6 Dec 2023 23:12 GMT