Changeset 7996 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Aug 4, 2016, 9:51:01 AM (8 years ago)
- Location:
- trunk/BNC/src/PPP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppClient.cpp
r7972 r7996 63 63 _antex = 0; 64 64 } 65 /* 65 66 66 if (!_opt->_blqFileName.empty()) { 67 67 _loading = new t_loading(_opt->_blqFileName.c_str()); … … 70 70 _loading = 0; 71 71 } 72 */ 72 73 73 CLIENTS.setLocalData(this); // CLIENTS takes ownership over "this" 74 74 } … … 87 87 delete _filter; 88 88 delete _tides; 89 /*90 89 if (_loading) { 91 90 delete _loading; 92 91 } 93 */94 92 clearObs(); 95 93 } -
trunk/BNC/src/PPP/pppClient.h
r7972 r7996 71 71 t_pppOptions* _opt; 72 72 t_tides* _tides; 73 //t_loading* _loading;73 t_loading* _loading; 74 74 }; 75 75
Note:
See TracChangeset
for help on using the changeset viewer.