summaryrefslogtreecommitdiff
path: root/jvmfwk
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-12-16 10:47:37 +0000
committerKurt Zenker <kz@openoffice.org>2004-12-16 10:47:37 +0000
commita6f9eb2cc50ad33ea49931636a82a66ef2d86836 (patch)
tree07bec0d7ec3e6ffda66f7e890500275f3aa6e80e /jvmfwk
parent8a01cf84c2e39b01e6a7e8263375b3b421390e06 (diff)
INTEGRATION: CWS jl15 (1.5.2); FILE MERGED
2004/11/24 12:46:18 jl 1.5.2.1: #i37225#
Diffstat (limited to 'jvmfwk')
-rw-r--r--jvmfwk/source/framework.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/jvmfwk/source/framework.hxx b/jvmfwk/source/framework.hxx
index 267e2e6156af..9e9b720a711d 100644
--- a/jvmfwk/source/framework.hxx
+++ b/jvmfwk/source/framework.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: framework.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2004-11-09 14:00:27 $
+ * last change: $Author: kz $ $Date: 2004-12-16 11:47:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,6 +78,7 @@ typedef javaPluginError (*jfw_plugin_getAllJavaInfos_ptr)(
typedef javaPluginError (*jfw_plugin_getJavaInfoByPath_ptr)(
rtl_uString * sPath,
+ rtl_uString * sVendor,
rtl_uString * sMinVersion,
rtl_uString * sMaxVersion,
rtl_uString * * arExcludeList,
@@ -101,7 +102,6 @@ typedef javaPluginError (*jfw_plugin_startJavaVirtualMachine_ptr)(
namespace jfw
{
-
class CJavaInfo
{
static JavaInfo * copyJavaInfo(const JavaInfo * pInfo);