Changeset 8444 in ntrip for branches/BNC_2.12
- Timestamp:
- Aug 10, 2018, 8:11:29 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/PPP/pppEphPool.h
r7237 r8444 35 35 t_satEphPool() {}; 36 36 ~t_satEphPool() { 37 if (_ephs.empty()) return; 37 38 for (unsigned ii = 0; ii < _ephs.size(); ii++) { 38 39 delete _ephs[ii];
Note:
See TracChangeset
for help on using the changeset viewer.