Changeset 621 in ntrip for trunk/BNC/bncapp.cpp


Ignore:
Timestamp:
Dec 16, 2007, 3:44:57 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r600 r621  
    7373  _logFile     = 0;
    7474  _logStream   = 0;
     75  _caster      = 0;
    7576
    7677  // Lists of Ephemeris
     
    617618}
    618619
     620//
     621////////////////////////////////////////////////////////////////////////////
     622void bncApp::slotQuit() {
     623  cout << "bncApp::slotQuit" << endl;
     624  delete _caster;
     625  quit();
     626}
     627
     628
Note: See TracChangeset for help on using the changeset viewer.