Changeset 3260 in ntrip


Ignore:
Timestamp:
Apr 3, 2011, 8:47:36 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/upload/bncrtnetuploadcaster.cpp

    r3255 r3260  
    266266    if (ephPair) {
    267267      t_eph* eph = ephPair->last;
    268       if (ephPair->prev &&
    269            eph->receptDateTime().secsTo(QDateTime::currentDateTime()) < 60) {
    270         eph = ephPair->prev;
    271       }
     268
     269// receptDateTime() not (yet?) defined
     270//      if (ephPair->prev &&
     271//           eph->receptDateTime().secsTo(QDateTime::currentDateTime()) < 60) {
     272//        eph = ephPair->prev;
     273//      }
    272274
    273275      in >> xx(1) >> xx(2) >> xx(3) >> xx(4) >> xx(5)
Note: See TracChangeset for help on using the changeset viewer.