[EMAIL PROTECTED] wrote:
*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)
The above line should instead read
+ UnoVirtualMachine::UnoVirtualMachine(
rtl::Reference< jvmaccess::VirtualMachine > const & virtualMachine,
void * classLoader)
of course.
- 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]