summaryrefslogtreecommitdiff
path: root/jvmfwk
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-02-28 09:31:12 +0000
committerKurt Zenker <kz@openoffice.org>2006-02-28 09:31:12 +0000
commitd0f04650e46ea80a7195d74435085d2bac89f1f4 (patch)
tree4fe5717a5000f021849fe3a7c344f8ee4f221f03 /jvmfwk
parentf340f8b3357fd1e4dd6a3d2fcc00a3c2278f4c1b (diff)
INTEGRATION: CWS jw1 (1.3.28); FILE MERGED
2006/02/13 20:08:25 sparcmoz 1.3.28.1: #i53393 VendorBase::compareVersions must be overridden in derived class
Diffstat (limited to 'jvmfwk')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/gnujre.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/gnujre.hxx b/jvmfwk/plugins/sunmajor/pluginlib/gnujre.hxx
index 383d124b0ae7..8ae5aa552959 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.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:29:54 $
+ * last change: $Author: kz $ $Date: 2006-02-28 10:31:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -53,6 +53,8 @@ public:
virtual bool initialize(
std::vector<std::pair<rtl::OUString, rtl::OUString> > props);
+ virtual int compareVersions(const rtl::OUString& sSecond) const;
+
};
}