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

INTEGRATION: CWS jl15 (1.3.12); FILE MERGED

2004/11/24 12:41:04 jl 1.3.12.1: #i37225#
üst a4de06e4
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: util.hxx,v $ * $RCSfile: util.hxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: rt $ $Date: 2004-08-20 12:33:08 $ * last change: $Author: kz $ $Date: 2004-12-16 11:45:57 $
* *
* 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
...@@ -146,11 +146,7 @@ rtl::Reference<VendorBase> getJREInfoByPath(const rtl::OUString& path); ...@@ -146,11 +146,7 @@ rtl::Reference<VendorBase> getJREInfoByPath(const rtl::OUString& path);
bool getJREInfoByPath(const rtl::OUString& path, bool getJREInfoByPath(const rtl::OUString& path,
std::vector<rtl::Reference<VendorBase> > & vecInfos); std::vector<rtl::Reference<VendorBase> > & vecInfos);
std::vector<rtl::Reference<VendorBase> > getAllJREInfos( std::vector<rtl::Reference<VendorBase> > getAllJREInfos();
const rtl::OUString& sVendor,
const rtl::OUString& sMinVersion,
const rtl::OUString& sMaxVersion,
const std::vector<rtl::OUString> & vecExludeVersions);
bool getJavaProps( bool getJavaProps(
const rtl::OUString & exePath, const rtl::OUString & exePath,
......
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