-
Key: MOF14-52
-
Legacy Issue Number: 4211
-
Status: closed
-
Source: ETA Sistemi Srl ( Davide Mora)
-
Summary:
i suggest to change the IDL from:
typedef any ValueType; typedef sequence < ValueType > ValueTypeList;
to:
typedef any AnyType; typedef sequence < AnyType > AnyTypeList;
because "valuetype" it's a reserved word for the newest versions of IDL and cause an error.
There is also "strange character" in the following const:
const string INVALID_DELETION_VIOLATION = (character)org.omg.mof:reflective.invalid_deletion(character);
the "(character)" have to be replaced with '"'.
I suggest also to split the .txt in 2 files .idl, or explain in the download page how the .txt have to be splitted.
-
Reported: MOF 1.3 — Mon, 26 Feb 2001 05:00 GMT
-
Disposition: Resolved — MOF 1.4
-
Disposition Summary:
see above
-
Updated: Fri, 6 Mar 2015 20:58 GMT