Changeset 285 in ntrip
- Timestamp:
- Nov 8, 2006, 5:32:17 PM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmain.cpp
r280 r285 124 124 125 125 getThread->start(); 126 126 #ifndef WIN32 127 127 usleep(100000); // sleep 0.1 sec 128 #endif 128 129 } 129 130 if (_global_caster->numStations() == 0) { -
trunk/BNC/bncwindow.cpp
r280 r285 431 431 432 432 getThread->start(); 433 #ifndef WIN32 433 434 usleep(100000); // sleep 0.1 sec 435 #endif 434 436 } 435 437 }
Note:
See TracChangeset
for help on using the changeset viewer.