Changeset 3643 in ntrip for trunk/BNC/bncpostprocess.cpp


Ignore:
Timestamp:
Jan 24, 2012, 11:48:24 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpostprocess.cpp

    r3642 r3643  
    4343#include "bncsettings.h"
    4444#include "pppopt.h"
     45#include "bncpppclient.h"
    4546
    4647using namespace std;
     
    5758  cout << "~t_postProcessing" << endl;
    5859  delete _opt;
     60  delete _pppClient;
    5961}
    6062
     
    6264////////////////////////////////////////////////////////////////////////////
    6365void t_postProcessing::run() {
     66
     67  if (!_pppClient) {
     68    _pppClient = new bncPPPclient("POST", _opt, false);
     69  }
    6470
    6571  cout << "obsFile: "  << _opt->obsFileName.toAscii().data()  << endl;
Note: See TracChangeset for help on using the changeset viewer.