Changeset 5805 in ntrip
- Timestamp:
- Aug 6, 2014, 10:40:34 AM (8 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncantex.cpp
r5802 r5805 45 45 #include "PPP/pppModel.h" 46 46 47 using namespace BNC; 47 48 using namespace std; 48 49 -
trunk/BNC/src/bncmodel.cpp
r5802 r5805 54 54 #include "pppopt.h" 55 55 56 using namespace BNC; 56 57 using namespace std; 57 58 -
trunk/BNC/src/bncmodel.h
r5802 r5805 38 38 class t_pppOpt; 39 39 class bncPPPclient; 40 namespace BNC { 40 41 class t_tides; 42 } 41 43 42 44 class bncParam { … … 165 167 QStringList _outlierGlo; 166 168 bncAntex* _antex; 167 t_tides*_tides;169 BNC::t_tides* _tides; 168 170 }; 169 171 -
trunk/BNC/src/combination/bnccomb.cpp
r5742 r5805 28 28 #include "bncsp3.h" 29 29 #include "bncantex.h" 30 #include "bnctides.h"31 30 #include "t_prn.h" 32 31
Note:
See TracChangeset
for help on using the changeset viewer.