IDL keyword as attribute name

Hey folks,

I think that I've encounterd a small problem in svg.idl.  The SVGColorProfileElement interface defines an attribute named "local".  "local" is an IDL keyword and according to the CORBA spec (I'm looking at rev 2.5), you cannot use keywords as attribute names.  To remedy this, you can prepend an underscore, "_", to the name and then the IDL parser will remove it during the parse.

Kevin
KevLinDev - http://www.kevlindev.com

Received on Tuesday, 4 June 2002 23:58:13 UTC