From 3e81a7442d2e3e6fcc7d6ad2f4f4b7960dd09ecf Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Sun, 7 Jul 2002 13:17:23 +0000 Subject: - Added comparison operators in PsiTime - Fixed a typo --- lib/psitime.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/psitime.h') 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, -- cgit v1.2.3