diff options
-rw-r--r-- | jvmfwk/source/framework.hxx | 6 |
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); |