Changeset 607 in ntrip for trunk/BNC/bncrinex.cpp
- Timestamp:
- Dec 14, 2007, 1:24:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncrinex.cpp
r566 r607 96 96 //////////////////////////////////////////////////////////////////////////// 97 97 bncRinex::~bncRinex() { 98 QListIterator<Observation*> it(_obs); 99 while (it.hasNext()) { 100 delete it.next(); 101 } 98 102 _out.close(); 99 103 }
Note:
See TracChangeset
for help on using the changeset viewer.