Kaydet (Commit) a6f9eb2c authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS jl15 (1.5.2); FILE MERGED

2004/11/24 12:46:18 jl 1.5.2.1: #i37225#
üst 8a01cf84
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: framework.hxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -78,6 +78,7 @@ typedef javaPluginError (*jfw_plugin_getAllJavaInfos_ptr)( ...@@ -78,6 +78,7 @@ typedef javaPluginError (*jfw_plugin_getAllJavaInfos_ptr)(
typedef javaPluginError (*jfw_plugin_getJavaInfoByPath_ptr)( typedef javaPluginError (*jfw_plugin_getJavaInfoByPath_ptr)(
rtl_uString * sPath, rtl_uString * sPath,
rtl_uString * sVendor,
rtl_uString * sMinVersion, rtl_uString * sMinVersion,
rtl_uString * sMaxVersion, rtl_uString * sMaxVersion,
rtl_uString * * arExcludeList, rtl_uString * * arExcludeList,
...@@ -101,7 +102,6 @@ typedef javaPluginError (*jfw_plugin_startJavaVirtualMachine_ptr)( ...@@ -101,7 +102,6 @@ typedef javaPluginError (*jfw_plugin_startJavaVirtualMachine_ptr)(
namespace jfw namespace jfw
{ {
class CJavaInfo class CJavaInfo
{ {
static JavaInfo * copyJavaInfo(const JavaInfo * pInfo); static JavaInfo * copyJavaInfo(const JavaInfo * pInfo);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment