- Timestamp:
- Jul 28, 2009, 4:22:37 PM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncrinex.cpp
r1858 r1876 707 707 //////////////////////////////////////////////////////////////////////////// 708 708 void bncRinex::closeFile() { 709 QMutexLocker locker(&_mutex);710 709 if (_rinexVers == 3) { 711 710 _out << "> 4 1" << endl; -
trunk/BNC/bncrinex.h
r1639 r1876 81 81 bool _reconnectFlag; 82 82 QDate _skeletonDate; 83 QMutex _mutex;84 83 int _rinexVers; 85 84 bool _reloadTable;
Note:
See TracChangeset
for help on using the changeset viewer.