Changeset 2899 in ntrip for trunk/BNC/bncapp.cpp


Ignore:
Timestamp:
Jan 26, 2011, 6:24:04 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r2866 r2899  
    4848#include "bncsettings.h"
    4949#include "bncversion.h"
    50 #include "bnccomb.h"
     50
     51#ifdef USE_COMBINATION
     52#include "combination/bnccomb.h"
     53#endif
    5154
    5255using namespace std;
     
    112115  }
    113116
     117#ifdef USE_COMBINATION
    114118  _bncComb = new bncComb();
     119#endif
    115120}
    116121
     
    146151  delete _rawFile;
    147152
     153#ifdef USE_COMBINATION
    148154  delete _bncComb;
     155#endif
    149156}
    150157
     
    735742  // Combination of Corrections
    736743  // --------------------------
     744#ifdef USE_COMBINATION
    737745  if (_bncComb) {
    738746    _bncComb->processCorrLine(staID, line);
    739747  }
     748#endif
    740749
    741750  bncSettings settings;
Note: See TracChangeset for help on using the changeset viewer.