-
Key: CPP13-69
-
Legacy Issue Number: 16528
-
Status: open
-
Source: Remedy IT ( Johnny Willemsen)
-
Summary:
In IDL it gives:
// IDL
{ factory create_bool(boolean b); factory create_(char c); factory create_(octet o); factory create_(short s, string p); ... }
valuetype V;
But it should be
// IDL
{ factory create_bool(boolean b); factory create_char(char c); factory create_octet(octet o); factory create_other(short s, string p); ... }
valuetype V;
-
Reported: CPP 1.2 — Wed, 7 Sep 2011 04:00 GMT
-
Updated: Fri, 6 Mar 2015 20:58 GMT