Index: trunk/MagicSoft/Cosy/base/timer.h
===================================================================
--- trunk/MagicSoft/Cosy/base/timer.h	(revision 748)
+++ trunk/MagicSoft/Cosy/base/timer.h	(revision 808)
@@ -34,4 +34,8 @@
     double GetMjd();
 
+    int H() const { return fHor; }
+    int M() const { return fMin; }
+    int S() const { return fSec; }
+
     const char *GetTimeStr();
 
