Changeset 5776 in ntrip for trunk/BNC/src/bncephuser.cpp


Ignore:
Timestamp:
Aug 4, 2014, 11:34:04 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5576 r5776  
    7979  t_ephGPS* eNew = new t_ephGPS(); eNew->set(&gpseph);
    8080
    81   const QString& prn = eNew->prn();
     81  QString prn(eNew->prn().toString().c_str());
    8282
    8383  if (_eph.contains(prn)) {
     
    106106  t_ephGlo* eNew = new t_ephGlo(); eNew->set(&gloeph);
    107107
    108   const QString& prn = eNew->prn();
     108  QString prn(eNew->prn().toString().c_str());
    109109
    110110  if (_eph.contains(prn)) {
     
    161161  }
    162162
    163   QString prn = newEph->prn();
     163  QString prn(newEph->prn().toString().c_str());
    164164
    165165  t_irc irc = failure;
Note: See TracChangeset for help on using the changeset viewer.