Re: IDL Syntax...

At 08:26 AM 7/3/98 -0400, ANOQ of the Sun wrote:
>Hello!
>
>
>Are you aware of IDL's syntax wrt indentifiers and case sensitivity?
>It is not allowed to use an identifier twice with the same name and
>just different casing. So this is wrong:
>
>interface DocumentContext {
>  attribute Document	document;
>            ^^^^^^^^    ^^^^^^^^
>};
>
>and this:
>
>Node setNode(in wstring name, in Node node);
>                                 ^^^^ ^^^^
>

It seems that these have been removed from the spec, for one reason or
another. But as people are proofreading, please look out for this pattern
and report these "bugs" to us.

Mike

Received on Friday, 3 July 1998 11:27:43 UTC