summaryrefslogtreecommitdiff
path: root/jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2004-05-12 08:43:20 +0000
committerJoachim Lingner <jl@openoffice.org>2004-05-12 08:43:20 +0000
commitdd3daf9e02c9f57549714321736670b447045d05 (patch)
tree9c5dd70691ddfcb131cac7acc150be73cc0a8ef3 /jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx
parent9722559d3f3c7cad4bd1abf8bd2e3cbfad4f67fe (diff)
#i20052#
Diffstat (limited to 'jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx13
1 files changed, 10 insertions, 3 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx b/jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx
index 57642d0191a4..46a27686ec5e 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.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: jl $ $Date: 2004-04-19 15:36:59 $
+ * last change: $Author: jl $ $Date: 2004-05-12 09:43:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,12 +99,15 @@ protected:
Rel_EA,
Rel_EA1,
Rel_EA2,
+ Rel_EA3,
Rel_BETA,
Rel_BETA1,
Rel_BETA2,
+ Rel_BETA3,
Rel_RC,
Rel_RC1,
- Rel_RC2
+ Rel_RC2,
+ Rel_RC3
};
//contains major,minor,micro,update
@@ -119,6 +122,10 @@ public:
SunVersion(const rtl::OUString& usVer);
~SunVersion();
+ /**
+ Pre-release versions are taken into account.
+ 1.5.0-beta > 1.5.0-ea > 1.4.2
+ */
bool operator > (const SunVersion& ver) const;
bool operator < (const SunVersion& ver) const;
bool operator == (const SunVersion& ver) const;