diff options
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx b/jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx index 5f82f6ae6092..16e633384bea 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sunversion.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hjs $ $Date: 2004-06-25 18:41:23 $ + * last change: $Author: hr $ $Date: 2004-07-23 11:52:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,7 +64,7 @@ #include "rtl/ustring.hxx" -namespace stoc_javadetect { +namespace jfw_plugin { // Define SUNVERSION_SELFTEST to run a test when this lib is loaded //#define SUNVERSION_SELFTEST @@ -145,14 +145,6 @@ protected: bool m_bValid; }; -/** - @param usJavaHome - File URL of the java installation directory. -*/ -SunVersion initVersion(const rtl::OUString& usJavaHome); - -SunVersion extractVersion(const rtl::OString & sVersionLine); - } #endif // INCLUDED_JVMACCESS_SUNVERSION_HXX |