Changeset 1680 in ntrip


Ignore:
Timestamp:
Mar 1, 2009, 5:45:28 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNS
Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.pro

    r1669 r1680  
    2929HEADERS =             bns.h   bnswindow.h   bnshlpdlg.h   bnshtml.h   \
    3030          bnseph.h    bnsutils.h bnsrinex.h bnssp3.h bnsoutf.h        \
    31           bnscaster.h RTCM/clock_orbit_rtcm.h bnssettings.h bnsappw.h
     31          bnscaster.h RTCM/clock_orbit_rtcm.h bnssettings.h bnsapp.h
    3232
    3333HEADERS += newmat/controlw.h newmat/include.h newmat/myexcept.h  \
     
    3737SOURCES = bnsmain.cpp bns.cpp bnswindow.cpp bnshlpdlg.cpp bnshtml.cpp  \
    3838          bnseph.cpp  bnsutils.cpp bnsrinex.cpp bnssp3.cpp bnsoutf.cpp \
    39           bnscaster.cpp bnssettings.cpp bnsappw.cpp                    \
     39          bnscaster.cpp bnssettings.cpp bnsapp.cpp                     \
    4040          RTCM/clock_orbit_rtcm.c
    4141
  • trunk/BNS/bnsapp.cpp

    r1679 r1680  
    33 * -------------------------------------------------------------------------
    44 *
    5  * Class:      bnsappw.cpp
     5 * Class:      bnsApp
    66 *
    77 * Purpose:    This class implements the main application
     
    1515 * -----------------------------------------------------------------------*/
    1616
    17 #include "bnsappw.h"
     17#include "bnsapp.h"
    1818
    1919using namespace std;
  • trunk/BNS/bnsmain.cpp

    r1676 r1680  
    2020#include "bnswindow.h"
    2121#include "bnsutils.h"
    22 #include "bnsappw.h"
     22#include "bnsapp.h"
    2323#include "bnssettings.h"
    2424
  • trunk/BNS/bnssettings.cpp

    r1670 r1680  
    1616
    1717#include "bnssettings.h"
    18 #include "bnsappw.h"
     18#include "bnsapp.h"
    1919
    2020// Constructor
Note: See TracChangeset for help on using the changeset viewer.