Changeset 1391 in ntrip for trunk/BNC/bnccaster.cpp
- Timestamp:
- Dec 29, 2008, 11:15:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnccaster.cpp
r1390 r1391 39 39 * -----------------------------------------------------------------------*/ 40 40 41 #include <iostream>42 43 41 #include <math.h> 44 42 #include <unistd.h> … … 49 47 #include "bncutils.h" 50 48 #include "RTCM/GPSDecoder.h" 51 52 using namespace std;53 49 54 50 // Constructor … … 121 117 while(it.hasNext()){ 122 118 bncGetThread* thread = it.next(); 123 cout << "~bncCaster A" << endl;124 119 thread->terminate(); 125 cout << "~bncCaster B" << endl;126 120 thread->wait(); 127 cout << "~bncCaster C" << endl;128 121 delete thread; 129 cout << "~bncCaster D" << endl;130 122 } 131 123 delete _out;
Note:
See TracChangeset
for help on using the changeset viewer.