Changeset 6444 in ntrip for trunk/BNC/src/bnccore.cpp


Ignore:
Timestamp:
Dec 26, 2014, 12:52:31 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6441 r6444  
    207207  printEphHeader();
    208208
    209   if (_ephUser.putNewEph(&eph) == success) {
     209  if (_ephUser.putNewEph(&eph, true) == success) {
    210210    printEph(eph, true);
    211211  }
     
    225225  printEphHeader();
    226226
    227   if (_ephUser.putNewEph(&eph) == success) {
     227  if (_ephUser.putNewEph(&eph, true) == success) {
    228228    printEph(eph, true);
    229229  }
     
    243243  printEphHeader();
    244244
    245   if (_ephUser.putNewEph(&eph) == success) {
     245  if (_ephUser.putNewEph(&eph, true) == success) {
    246246    printEph(eph, true);
    247247  }
     
    261261  printEphHeader();
    262262
    263   if (_ephUser.putNewEph(&eph) == success) {
     263  if (_ephUser.putNewEph(&eph, true) == success) {
    264264    printEph(eph, true);
    265265  }
Note: See TracChangeset for help on using the changeset viewer.