Pete Robbins wrote:
Looks interesting. One quick comment: what is "Object" in C++ terms? ;-)


Good question.

I was trying to keep the class diagram language-independent with types like String, QName, NCName, AnyURI, and Object, and using Object for Component property values.

If I understand the SCA spec correctly, the value of a component property can be a primitive type, a string, an SDO DataObject or another data-binding-specific representation of a complex type. In most programming languages primitive types are not Objects, so my usage of Object here was not quite correct. I'll define an Any type to represent these property values in the class diagram (actually corresponding to the xsd:any used by the spec to define these types).

In the C++ runtime, will that translate to a void *?

--
Jean-Sebastien


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to