Changeset 5789 in ntrip for trunk/BNC/src/PPP/ephpool.cpp


Ignore:
Timestamp:
Aug 4, 2014, 3:10:54 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/ephpool.cpp

    r5776 r5789  
    4242#include "ephpool.h"
    4343#include "ppp.h"
     44#include "pppClient.h"
    4445
    4546using namespace BNC;
     
    132133  for (unsigned ii = 0; ii < _ephs.size(); ii++) {
    133134    t_eph* eph = _ephs[ii];
    134     t_irc irc = eph->getCrd(tt, xc, vv);
     135    t_irc irc = eph->getCrd(tt, xc, vv, OPT->corrRequired());
    135136    if (irc == success) {
    136137      if (eph->prn().system() == 'R') {
Note: See TracChangeset for help on using the changeset viewer.