[udk-dev] is there a THREAD-MODEL in URE?

2008-07-04 Thread Rainman Lee
hi, everyone I noticed that there was some articles about Threading Model, and Threading Architecture In URE. but I cannot find any technical detail about how to use them, so I just wondered whether they have been implemented in URE or they are just about to be implemented. thank you. best

Re: [udk-dev] is there a THREAD-MODEL in URE?

2008-07-05 Thread Rainman Lee
Hi Frank, I had read that article you mentioned, but it seems a brief or draft spec about Threading-Model in URE. and I cannot find any usage info(e.g. a simple code) from it.would you give me any sample code of using this Threading-Model in a uno object? thank you! best wishes, Rainman. On Sat,

[udk-dev] How can I reuse the implementation of a service?

2008-07-12 Thread Rainman Lee
hello everyone, I defined a interfaces tree like this: XWindow | | XButton | | XImageButton and I have implemented XWindow in my Window service. now I want to implement XButton, XImageButton respectively in Button, ImageButton services. Is there a convenient method with which

[udk-dev] the NEW STYLE service may import great complexity to implementation.

2008-07-31 Thread Rainman Lee
Hey everyone! We are developing our products upon UNO component model. One of the big problem we have met is how to implement a service which declared by the NEW STYLE statement. For example: XA- | || |

Re: [udk-dev] is there a THREAD-MODEL in URE?

2008-08-10 Thread Rainman Lee
Hi Kay, Thanks for your tutorial. But I'm not very clear of the Uno Environment concept. It says that Uno Environments described by environment descriptors. So is that true, if two service implemented by same OBI(gcc3 for example) and same purpose(thread-unsafe for example), then they are in the

[udk-dev] Simplify Reference Casts by template constructors

2009-03-10 Thread Rainman Lee
Hi everyone, After a period of time of developing with URE, I find the C++ UNO class Reference is not very comfortable for use sometime. The problem is, when I have a reference of base interface XA and a reference of derived interface XB, I can't make xA = xB directly. Instead I have to query XA