aboutsummaryrefslogtreecommitdiffstats
path: root/lib/psitime.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/psitime.h')
-rw-r--r--lib/psitime.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/psitime.h b/lib/psitime.h
index 605d531..7732783 100644
--- a/lib/psitime.h
+++ b/lib/psitime.h
@@ -298,6 +298,13 @@ public:
*/
PsiTime &operator=(const PsiTime &t);
+ /**
+ * Comparison operators
+ */
+ bool operator==(const PsiTime &t);
+ bool operator<(const PsiTime &t);
+ bool operator>(const PsiTime &t);
+
enum zone {
PSI_TZ_NONE = 0,
PSI_TZ_EUROPEAN = 1,