diff options
author | Joachim Lingner <jl@openoffice.org> | 2004-05-05 13:11:18 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2004-05-05 13:11:18 +0000 |
commit | 70695eea3198f6a1289929e58e8906f9bfc55974 (patch) | |
tree | dc2c54857af78e1f7e4e7e8c905a8f06d8e7891d /jvmfwk/inc | |
parent | de6af143cc13b0869e4a1bac236dde2b0b65abb2 (diff) |
#i20052#
Diffstat (limited to 'jvmfwk/inc')
-rw-r--r-- | jvmfwk/inc/jvmfwk/vendorplugin.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/jvmfwk/inc/jvmfwk/vendorplugin.h b/jvmfwk/inc/jvmfwk/vendorplugin.h index 4b9eb1a01095..77c4fc539a5c 100644 --- a/jvmfwk/inc/jvmfwk/vendorplugin.h +++ b/jvmfwk/inc/jvmfwk/vendorplugin.h @@ -2,9 +2,9 @@ * * $RCSfile: vendorplugin.h,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jl $ $Date: 2004-05-03 14:55:13 $ + * last change: $Author: jl $ $Date: 2004-05-05 14:11:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,7 +83,8 @@ typedef enum JFW_PLUGIN_E_INVALID_ARG, JFW_PLUGIN_E_WRONG_VERSION_FORMAT, JFW_PLUGIN_E_FAILED_VERSION, - JFW_PLUGIN_E_NO_JRE + JFW_PLUGIN_E_NO_JRE, + JFW_PLUGIN_E_WRONG_VENDOR } javaPluginError; |