Changeset 9143 in ntrip for branches/BNC_2.12


Ignore:
Timestamp:
Sep 29, 2020, 1:47:23 PM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncmain.cpp

    r8726 r9143  
    5757using namespace std;
    5858
    59 
    6059void catch_signal(int) {
    6160  cout << "Program Interrupted by Ctrl-C" << endl;
    6261  BNC_CORE->sigintReceived = 1;
     62  BNC_CORE->stopCombination();
     63  BNC_CORE->stopPPP();
    6364  qApp->quit();
    6465}
     
    394395  bncGetThread*       getThread = 0;
    395396
    396 #ifndef WIN32
    397397  signal(SIGPIPE, SIG_IGN);
    398 #endif
    399398
    400399  // Interactive Mode - open the main window
Note: See TracChangeset for help on using the changeset viewer.