Changeset 3110 in ntrip
- Timestamp:
- Mar 22, 2011, 11:09:15 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncapp.cpp
r3109 r3110 801 801 //////////////////////////////////////////////////////////////////////////// 802 802 void bncApp::dumpCorrs() { 803 QList<QString> allCorrs; 804 QMutableMapIterator<long, QString> it(*_corrs); 805 while (it.hasNext()) { 806 allCorrs << it.next().value(); 807 it.remove(); 808 } 809 dumpCorrs(allCorrs); 803 810 } 804 811
Note:
See TracChangeset
for help on using the changeset viewer.