Changeset 3491 in ntrip for trunk/BNC/bncpppclient.cpp


Ignore:
Timestamp:
Nov 1, 2011, 10:24:47 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.cpp

    r3408 r3491  
    284284  // Remove All Corrections
    285285  // ----------------------
    286   QMapIterator<QString, t_corr*> ic(_corr);
    287   while (ic.hasNext()) {
    288     ic.next();
    289     delete ic.value();
    290   }
    291   _corr.clear();
     286  //  QMapIterator<QString, t_corr*> ic(_corr);
     287  //  while (ic.hasNext()) {
     288  //    ic.next();
     289  //    delete ic.value();
     290  //  }
     291  //  _corr.clear();
    292292
    293293  QListIterator<QString> it(corrList);
Note: See TracChangeset for help on using the changeset viewer.