diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-09-27 09:54:16 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-09-27 09:54:16 +0000 |
commit | b06666bf14a39fce555eb6cc45d3439ae35aa3f0 (patch) | |
tree | c5dbf03a980f644431f774b4cc3766d88d8e68ef /jvmfwk | |
parent | f3996a809d7148ed9529e3af251d3ee9407c92d4 (diff) |
INTEGRATION: CWS sixtyfour08 (1.4.30); FILE MERGED
2006/09/21 09:34:17 cmc 1.4.30.1: #i68665# best way to find gcj jvm under x86_64
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/gnujre.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/gnujre.hxx b/jvmfwk/plugins/sunmajor/pluginlib/gnujre.hxx index 8ae5aa552959..b3d09c8a41d4 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/gnujre.hxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/gnujre.hxx @@ -4,9 +4,9 @@ * * $RCSfile: gnujre.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: kz $ $Date: 2006-02-28 10:31:12 $ + * last change: $Author: vg $ $Date: 2006-09-27 10:54:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -44,6 +44,8 @@ namespace jfw_plugin class GnuInfo: public VendorBase { +private: + rtl::OUString m_sJavaHome; public: static char const* const* getJavaExePaths(int * size); |