Changeset 3005 in ntrip
- Timestamp:
- Feb 22, 2011, 11:57:44 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmain.cpp
r3004 r3005 54 54 void catch_signal(int) { 55 55 cout << "Program Interrupted by Ctrl-C" << endl; 56 ((bncApp*)qApp)->slotQuit();56 exit(0); 57 57 } 58 58
Note:
See TracChangeset
for help on using the changeset viewer.