diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-07-23 10:54:52 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-07-23 10:54:52 +0000 |
commit | a05ba3ff9bc4214a555637e53b0048e982a0ed40 (patch) | |
tree | a247cee8008b0d10129211762a154a5255c205c3 /jvmfwk | |
parent | 20269bdb8682741f068b117d23b03d5dfe3566d8 (diff) |
INTEGRATION: CWS jl8 (1.3.4); FILE MERGED
2004/06/18 15:01:56 jl 1.3.4.1: #i30342# plugin supports multiple vendors
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/source/framework.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/jvmfwk/source/framework.hxx b/jvmfwk/source/framework.hxx index df6006a88b7e..4ba4a7b80370 100644 --- a/jvmfwk/source/framework.hxx +++ b/jvmfwk/source/framework.hxx @@ -2,9 +2,9 @@ * * $RCSfile: framework.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: jl $ $Date: 2004-05-10 14:34:20 $ + * last change: $Author: hr $ $Date: 2004-07-23 11:54:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,6 +72,7 @@ /** typedefs for functions from vendorplugin.h */ typedef javaPluginError (*jfw_plugin_getAllJavaInfos_ptr)( + rtl_uString * sVendor, rtl_uString * sMinVersion, rtl_uString * sMaxVersion, rtl_uString * * arExcludeList, |