Changeset 5076 in ntrip
- Timestamp:
- Mar 30, 2013, 12:21:38 PM (12 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r5070 r5076 74 74 #ifdef GNSSCENTER_PLUGIN 75 75 Q_EXPORT_PLUGIN2(gnsscenter_bnc, t_bncFactory) 76 t_bncCore* BNC_CORE = 0; 76 77 #endif 77 78 … … 79 80 //////////////////////////////////////////////////////////////////////////// 80 81 bncWindow::bncWindow() { 82 83 #ifdef GNSSCENTER_PLUGIN 84 BNC_CORE = new t_bncCore(true); 85 #endif 81 86 82 87 _caster = 0; -
trunk/BNC/src/src.pri
r5075 r5076 49 49 bncephuser.h bncoutf.h bncclockrinex.h bncsp3.h \ 50 50 bncbytescounter.h bncsslconfig.h reqcdlg.h \ 51 app.h \52 51 upload/bncrtnetdecoder.h upload/bncuploadcaster.h \ 53 52 upload/bncrtnetuploadcaster.h upload/bnccustomtrafo.h \ … … 79 78 bncephuser.cpp bncoutf.cpp bncclockrinex.cpp bncsp3.cpp \ 80 79 bncbytescounter.cpp bncsslconfig.cpp reqcdlg.cpp \ 81 app.cpp \82 80 upload/bncrtnetdecoder.cpp upload/bncuploadcaster.cpp \ 83 81 upload/bncrtnetuploadcaster.cpp upload/bnccustomtrafo.cpp \ -
trunk/BNC/src/src.pro
r5075 r5076 6 6 7 7 include(src.pri) 8 9 HEADERS += app.h 10 11 SOURCES += app.cpp
Note:
See TracChangeset
for help on using the changeset viewer.