From 79a305d2fa51fb2c4ed70f1bbcca130217828dff Mon Sep 17 00:00:00 2001 From: Joachim Lingner Date: Mon, 10 May 2004 13:34:20 +0000 Subject: #i20052# --- jvmfwk/inc/jvmfwk/vendorplugin.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'jvmfwk/inc') diff --git a/jvmfwk/inc/jvmfwk/vendorplugin.h b/jvmfwk/inc/jvmfwk/vendorplugin.h index 2369d49cf209..2f5a71313658 100644 --- a/jvmfwk/inc/jvmfwk/vendorplugin.h +++ b/jvmfwk/inc/jvmfwk/vendorplugin.h @@ -2,9 +2,9 @@ * * $RCSfile: vendorplugin.h,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: jl $ $Date: 2004-05-07 14:49:40 $ + * last change: $Author: jl $ $Date: 2004-05-10 14:34:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -102,7 +102,7 @@ typedef enum JFW_PLUGIN_E_INVALID_ARG, JFW_PLUGIN_E_WRONG_VERSION_FORMAT */ -javaPluginError getAllJavaInfos( +javaPluginError jfw_plugin_getAllJavaInfos( rtl_uString *sMinVersion, rtl_uString *sMaxVersion, rtl_uString * * arExcludeList, @@ -119,7 +119,7 @@ javaPluginError getAllJavaInfos( JFW_PLUGIN_E_FAILED_VERSION JFW_PLUGIN_E_NO_JRE */ -javaPluginError getJavaInfoByPath( +javaPluginError jfw_plugin_getJavaInfoByPath( rtl_uString *path, rtl_uString *sMinVersion, rtl_uString *sMaxVersion, @@ -139,7 +139,7 @@ javaPluginError getJavaInfoByPath( JFW_PLUGIN_E_VM_CREATION_FAILED */ -javaPluginError startJavaVirtualMachine( +javaPluginError jfw_plugin_startJavaVirtualMachine( const JavaInfo *info, const JavaVMOption* options, sal_Int32 cOptions, -- cgit