summaryrefslogtreecommitdiff
path: root/jvmfwk/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-07-23 10:49:40 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-07-23 10:49:40 +0000
commit0df81094cda60fd6deb569378daaf4900099d014 (patch)
tree0b799554d67aa3fba4fcd28cb7f313b2ec70f2ef /jvmfwk/inc
parent13cfe26f4203aedee99b0237228f8346bfb186e8 (diff)
INTEGRATION: CWS jl8 (1.9.4); FILE MERGED
2004/06/18 15:02:15 jl 1.9.4.1: #i30342# plugin supports multiple vendors
Diffstat (limited to 'jvmfwk/inc')
-rw-r--r--jvmfwk/inc/jvmfwk/vendorplugin.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/jvmfwk/inc/jvmfwk/vendorplugin.h b/jvmfwk/inc/jvmfwk/vendorplugin.h
index 6139d204a46f..a2dd9fae1f9b 100644
--- a/jvmfwk/inc/jvmfwk/vendorplugin.h
+++ b/jvmfwk/inc/jvmfwk/vendorplugin.h
@@ -2,9 +2,9 @@
*
* $RCSfile: vendorplugin.h,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: jl $ $Date: 2004-05-21 15:07:06 $
+ * last change: $Author: hr $ $Date: 2004-07-23 11:49:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -123,7 +123,8 @@ typedef enum
freed by rtl_freeMemory.
In case an error occurred <code>parJavaInfo</code> need not be freed.
</p>
-
+ @param sVendor
+ [in] only JRE from this vendor are examined.
@param sMinVersion
[in] represents the minimum version of a JRE. It can be NULL.
@param sMaxVersion
@@ -151,6 +152,7 @@ typedef enum
version strings.
*/
javaPluginError jfw_plugin_getAllJavaInfos(
+ rtl_uString *sVendor,
rtl_uString *sMinVersion,
rtl_uString *sMaxVersion,
rtl_uString * * arExcludeList,