Changeset 6445 in ntrip for trunk/BNC/src/bncephuser.h


Ignore:
Timestamp:
Dec 26, 2014, 1:06:07 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncephuser.h

    r6444 r6445  
    4949  t_irc putNewEph(const t_eph* newEph, bool check);
    5050
    51   const t_eph* ephLast(const QString& prn) {
     51  t_eph* ephLast(const QString& prn) {
    5252    if (_eph.contains(prn)) {
    5353      return _eph[prn].back();
     
    5656  }
    5757
    58   const t_eph* ephPrev(const QString& prn) {
     58  t_eph* ephPrev(const QString& prn) {
    5959    if (_eph.contains(prn)) {
    6060      unsigned nn = _eph[prn].size();
Note: See TracChangeset for help on using the changeset viewer.