Index: trunk/BNC/RTCM3/ephemeris.h
===================================================================
--- trunk/BNC/RTCM3/ephemeris.h	(revision 3077)
+++ trunk/BNC/RTCM3/ephemeris.h	(revision 3174)
@@ -3,5 +3,5 @@
 
 #include <newmat.h>
-
+#include <QtCore>
 #include <stdio.h>
 #include <string>
@@ -16,4 +16,8 @@
   bool        isNewerThan(const t_eph* eph) const;
   std::string prn() const {return _prn;}
+  void    setReceptDateTime(const QDateTime& dateTime) {
+    _receptDateTime = dateTime;
+  }
+  const QDateTime& receptDateTime() const {return _receptDateTime;}
 
   int    GPSweek()  const { return _GPSweek; }
@@ -42,4 +46,5 @@
   int         _GPSweek;
   double      _GPSweeks;
+  QDateTime   _receptDateTime;
 };
 
