Index: src/libchcore/TDateTime.h
===================================================================
diff -u -N -rbe30619d750d8663d54cf02e7d4bde2ed2dd8d05 -rb193a95402f2bf4c456fb9d65d111caaf6994823
--- src/libchcore/TDateTime.h	(.../TDateTime.h)	(revision be30619d750d8663d54cf02e7d4bde2ed2dd8d05)
+++ src/libchcore/TDateTime.h	(.../TDateTime.h)	(revision b193a95402f2bf4c456fb9d65d111caaf6994823)
@@ -45,12 +45,16 @@
 	TDateTime& operator=(SYSTEMTIME sysDateTime);
 	TDateTime& operator=(time_t tDateTime);
 
+	bool operator==(const TDateTime& rSrc) const;
+	bool operator!=(const TDateTime& rSrc) const;
+
 	// content modification
 	void Clear();
 	void SetCurrentDateTime();
 
 	// content extraction
 	void GetAsSystemTime(SYSTEMTIME& tSystemTime) const;
+	time_t GetAsTimeT() const;
 	TString Format(bool bUseDate, bool bUseTime) const;
 
 	// comparison