summaryrefslogtreecommitdiff
path: root/jvmfwk/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 12:58:16 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 12:58:16 +0000
commitb871fa1069019f708293334436b0176bf8110e9e (patch)
tree54e2a35bb2c33be2d0defb64eec2564e2f64fc7d /jvmfwk/inc
parent769e2b0a22eb0282a2487f0477b34cfa421d0c0f (diff)
INTEGRATION: CWS jl13 (1.10.10); FILE MERGED
2004/09/29 14:10:46 jl 1.10.10.1: #i29390#
Diffstat (limited to 'jvmfwk/inc')
-rw-r--r--jvmfwk/inc/jvmfwk/vendorplugin.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/jvmfwk/inc/jvmfwk/vendorplugin.h b/jvmfwk/inc/jvmfwk/vendorplugin.h
index 6b625e3aa643..1b480b57e3b3 100644
--- a/jvmfwk/inc/jvmfwk/vendorplugin.h
+++ b/jvmfwk/inc/jvmfwk/vendorplugin.h
@@ -2,9 +2,9 @@
*
* $RCSfile: vendorplugin.h,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2004-11-09 11:52:17 $
+ * last change: $Author: hr $ $Date: 2004-11-09 13:58:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -114,7 +114,11 @@ typedef enum
<p>
The function has parameters which determines which versions of the respective
JREs are supported. A JRE which does not meet the version requirements will
- be ignored.</p>
+ be ignored. When no vendor is specified, then the version arguments must not
+ be specified as well. That is, if <code>sVendor</code> is an empty string then
+ <code>sMinVersion</code>,<code>sMaxVersion</code> must also be empty,
+ <code>arExcludeList</code> must have the size null and <code>nSizeExcludeList</code>
+ must also be null</p>
The JavaInfo structures returned in <code>parJavaInfo</code> should be ordered
according to their version. The one, representing a JRE with the highest
version should be the first in the array. </p>