Changeset 1403 in ntrip
- Timestamp:
- Dec 29, 2008, 2:12:12 PM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnc.pro
r1398 r1403 2 2 # Switch to debug configuration 3 3 # ----------------------------- 4 CONFIG += debug5 CONFIG -= release4 CONFIG -= debug 5 CONFIG += release 6 6 7 7 DEFINES += NO_RTCM3_MAIN -
trunk/BNC/bncnetqueryv1.cpp
r1402 r1403 27 27 //////////////////////////////////////////////////////////////////////////// 28 28 bncNetQueryV1::bncNetQueryV1() { 29 _socket 29 _socket = 0; 30 30 } 31 31 … … 42 42 _socket->abort(); 43 43 } 44 _status = finished; 44 45 } 45 46
Note:
See TracChangeset
for help on using the changeset viewer.