On 09/03/08 02:39, Kohei Yoshida wrote:
Hi Juergen,

On Fri, 2008-08-29 at 16:24 +0200, Juergen Schmidt wrote:
If you need more info please let me know

Well, I have one question.

I was trying to add a new property to one of the services I created, but
the idl parser kept complaining.  After a while I concluded that the new
style service no longer allows the old style properties.  I then ended
up adding it as an attribute to the (only) interface for that service.

Thus my question is this: is it true that old style properties are no
longer allowed in a new style service?

Yes, correct. The rationale is that interface attributes are typically easier to use for a client (type safety, clear documentation) than old style service properties.

-Stephan

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

Reply via email to