Changeset 5068 in ntrip for trunk/BNC/src/bncutils.cpp


Ignore:
Timestamp:
Mar 30, 2013, 11:39:46 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5066 r5068  
    9191  QDateTime currDateTimeGPS;
    9292
    93   if ( PGM_CORE->_currentDateAndTimeGPS ) {
    94     currDateTimeGPS = *(PGM_CORE->_currentDateAndTimeGPS);
     93  if ( BNC_CORE->_currentDateAndTimeGPS ) {
     94    currDateTimeGPS = *(BNC_CORE->_currentDateAndTimeGPS);
    9595  }
    9696  else {
     
    116116////////////////////////////////////////////////////////////////////////////
    117117QDateTime currentDateAndTimeGPS() {
    118   if ( PGM_CORE->_currentDateAndTimeGPS ) {
    119     return *(PGM_CORE->_currentDateAndTimeGPS);
     118  if ( BNC_CORE->_currentDateAndTimeGPS ) {
     119    return *(BNC_CORE->_currentDateAndTimeGPS);
    120120  }
    121121  else {
Note: See TracChangeset for help on using the changeset viewer.