Changeset 5884 in ntrip for trunk/BNC/src/GPSDecoder.cpp


Ignore:
Timestamp:
Aug 8, 2014, 4:04:09 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5738 r5884  
    4444#include "GPSDecoder.h"
    4545#include "bncsettings.h"
     46#include "bncrinex.h"
    4647
    4748extern "C" {
     
    5556GPSDecoder::GPSDecoder() {
    5657  _rnx = 0;
     58}
     59
     60// Destructor
     61//////////////////////////////////////////////////////////////////////////////
     62GPSDecoder::~GPSDecoder() {
     63  delete _rnx;
    5764}
    5865
Note: See TracChangeset for help on using the changeset viewer.