Changeset 1680 in ntrip
- Timestamp:
- Mar 1, 2009, 5:45:28 PM (16 years ago)
- Location:
- trunk/BNS
- Files:
-
- 2 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bns.pro
r1669 r1680 29 29 HEADERS = bns.h bnswindow.h bnshlpdlg.h bnshtml.h \ 30 30 bnseph.h bnsutils.h bnsrinex.h bnssp3.h bnsoutf.h \ 31 bnscaster.h RTCM/clock_orbit_rtcm.h bnssettings.h bnsapp w.h31 bnscaster.h RTCM/clock_orbit_rtcm.h bnssettings.h bnsapp.h 32 32 33 33 HEADERS += newmat/controlw.h newmat/include.h newmat/myexcept.h \ … … 37 37 SOURCES = bnsmain.cpp bns.cpp bnswindow.cpp bnshlpdlg.cpp bnshtml.cpp \ 38 38 bnseph.cpp bnsutils.cpp bnsrinex.cpp bnssp3.cpp bnsoutf.cpp \ 39 bnscaster.cpp bnssettings.cpp bnsapp w.cpp\39 bnscaster.cpp bnssettings.cpp bnsapp.cpp \ 40 40 RTCM/clock_orbit_rtcm.c 41 41 -
trunk/BNS/bnsapp.cpp
r1679 r1680 3 3 * ------------------------------------------------------------------------- 4 4 * 5 * Class: bns appw.cpp5 * Class: bnsApp 6 6 * 7 7 * Purpose: This class implements the main application … … 15 15 * -----------------------------------------------------------------------*/ 16 16 17 #include "bnsapp w.h"17 #include "bnsapp.h" 18 18 19 19 using namespace std; -
trunk/BNS/bnsmain.cpp
r1676 r1680 20 20 #include "bnswindow.h" 21 21 #include "bnsutils.h" 22 #include "bnsapp w.h"22 #include "bnsapp.h" 23 23 #include "bnssettings.h" 24 24 -
trunk/BNS/bnssettings.cpp
r1670 r1680 16 16 17 17 #include "bnssettings.h" 18 #include "bnsapp w.h"18 #include "bnsapp.h" 19 19 20 20 // Constructor
Note:
See TracChangeset
for help on using the changeset viewer.