Changeset 624 in ntrip for trunk/BNC/RTCM


Ignore:
Timestamp:
Dec 16, 2007, 4:53:14 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM/GPSDecoder.h

    r623 r624  
    7676  }
    7777
    78   ~t_obs() {
    79     if (_status == posted) {
    80       return;
    81     }
    82   }
    83 
    8478  t_obsInternal _o;
    8579  t_obs_status  _status;
     
    9589    QListIterator<p_obs> it(_obsList);
    9690    while (it.hasNext()) {
    97       delete it.next();
     91      p_obs obs = it.next();
     92      if (obs->_status == t_obs::initial) {
     93        delete obs;
     94      }
    9895    }
    9996  }
Note: See TracChangeset for help on using the changeset viewer.