Kaydet (Commit) 8c27c4ac authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Pass by ref

Change-Id: I88def7e41a31948d1d7205cd5522b63de6be5f80
üst 8c36dc2c
...@@ -231,7 +231,7 @@ extern "C" void JNICALL abort_handler() ...@@ -231,7 +231,7 @@ extern "C" void JNICALL abort_handler()
*/ */
javaPluginError checkJavaVersionRequirements( javaPluginError checkJavaVersionRequirements(
rtl::Reference<VendorBase> aVendorInfo, rtl::Reference<VendorBase> const & aVendorInfo,
rtl_uString *sMinVersion, rtl_uString *sMinVersion,
rtl_uString *sMaxVersion, rtl_uString *sMaxVersion,
rtl_uString * * arExcludeList, rtl_uString * * arExcludeList,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment