required/SRC680 CWS sb33 : jvmaccess/unovirtualmachine.hxx changed

[email protected] Wed, 29 Jun 2005 16:21:44 +0200 (MEST)
Newsgroups gmane.comp.openoffice.announce.interface
Message-ID <13817227.1120054904748.JavaMail.root@so-web4>
Type
required

Title
jvmaccess/unovirtualmachine.hxx changed

Posted by
[email protected]

Affected
,.

Effective from
SRC680 CWS sb33

Summary

jvmaccess/unovirtualmachine.hxx:
- UnoVirtualMachine::UnoVirtualMachine(rtl::Reference< jvmaccess::VirtualMachine > const & virtualMachine, jobject classLoader)
+ UnoVirtualMachine::UnoVirtualMachine(rtl::Reference< jvmaccess::VirtualMachine > const & virtualMachine, jobject classLoader)
- jobject UnoVirtualMachine::getClassLoader() const
+ void * UnoVirtualMachine::getClassLoader() const

Description

Since different Java versions expand "jobject" to different types, the
mangled C++ names of the above functions would depend on the Java
version used at compile time. To avoid any problems, "jobject" has
been replaced with "void *" (even though that means reduced type
safety). All affected code has been adapted.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]