Dmitri Hrapof wrote:
Stephan Bergmann <stephan.bergmann <at> sun.com> writes:

You can generate human-readable logs yourself: Re-build bridges/source/remote/urp with dmake debug=x and set the environment variables PROT_REMOTE_ACTIVATE (see bridges/source/remote/urp/urp_log.cxx:1.5 l. 85 etc.) and PROT_REMOTE (see bridges/source/remote/urp/urp_environment.cxx:1.20 l. 454). Sorry, I do not have more time at the moment to produce any examples.

Thanks for the advice. One more question: where can I find precomputed function
indices? Does UNO IDL compiler computes them?

No, function indices are typically computed "on the fly." The formula is given in section "Function Indices" of <http://udk.openoffice.org/common/man/typesystem.html>. Code that implements that formula is for example the Java method initMethodDescriptions in ridljar/com/sun/star/lib/uno/typedesc/TypeDescription.java:1.21 (the function indices are stored in member field "index" of MethodDescription objects).

-Stephan

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

Reply via email to