required/SRC680, cws jl15 : Java framework, changed function signature

[email protected] Wed, 21 Sep 2005 13:09:45 +0200 (CEST)
Newsgroups gmane.comp.openoffice.announce.interface
Message-ID <30043017.1127300985535.JavaMail.root@sd-web1>
Type
required

Title
Java framework, changed function signature

Posted by
[email protected]

Affected
[email protected],

Effective from
SRC680, cws jl15

Summary

-javaPluginError jfw_plugin_getJavaInfoByPath(rtl_uString *sLocation, rtl_uString *sMinVersion, rtl_uString *sMaxVersion, rtl_uString * *arExcludeList, sal_Int32 nSizeExcludeList, JavaInfo ** ppInfo)

+ javaPluginError jfw_plugin_getJavaInfoByPath(rtl_uString *sLocation, rtl_uString *sVendor, rtl_uString *sMinVersion, rtl_uString *sMaxVersion, rtl_uString * *arExcludeList, sal_Int32 nSizeExcludeList, JavaInfo ** ppInfo);

Description

The function jfw_plugin_getJavaInfoByPath in
/udk/jvmfwk/inc/jvmfwk/vendorplugin.h ( #include "jvmfwk/vendorplugin.h")
has been changed to have an additional "vendor" parameter. This was
necessary because the version parameters have only meaning along with
a given vendor.

Also the string arguments in the functions
jfw_plugin_getJavaInfoByPath and jfw_plugin_getAllJavaInfos may not be
null pointer anymor. They must be valid rtl_uString s.

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