-
Key: CORBA32-2
-
Legacy Issue Number: 16995
-
Status: closed
-
Source: Remedy IT ( Johnny Willemsen)
-
Summary:
delete_values is define as
void delete_values(
in Identifie prop_name // name of property(s) to delete
);but should be
void delete_values(
in Identifier prop_name // name of property(s) to delete
); -
Reported: CORBA 3.1.1 — Thu, 12 Jan 2012 05:00 GMT
-
Disposition: Resolved — CORBA 3.2
-
Disposition Summary:
In CORBA v3.3 Part 1 Interfaces, section section 8.6.2.4 replace:
in Identifie
with
in Identifier -
Updated: Fri, 6 Mar 2015 23:16 GMT