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]

Reply via email to