Changeset 2887 in ntrip for trunk/BNC/bncantex.cpp


Ignore:
Timestamp:
Jan 26, 2011, 12:11:11 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncantex.cpp

    r2886 r2887  
    5757    it.next();
    5858    delete it.value();
     59  }
     60}
     61
     62//
     63////////////////////////////////////////////////////////////////////////////
     64void bncAntex::print() const {
     65  QMapIterator<QString, t_antMap*> it(_maps);
     66  while (it.hasNext()) {
     67    it.next();
     68    t_antMap* map = it.value();
     69    cout << map->antName.toAscii().data() << endl;
    5970  }
    6071}
Note: See TracChangeset for help on using the changeset viewer.