Changeset 1390 in ntrip for trunk/BNC/bnccaster.cpp


Ignore:
Timestamp:
Dec 29, 2008, 11:12:15 AM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.cpp

    r1353 r1390  
    3939 * -----------------------------------------------------------------------*/
    4040
     41#include <iostream>
     42
    4143#include <math.h>
    4244#include <unistd.h>
     
    4749#include "bncutils.h"
    4850#include "RTCM/GPSDecoder.h"
     51
     52using namespace std;
    4953
    5054// Constructor
     
    117121  while(it.hasNext()){
    118122    bncGetThread* thread = it.next();
     123    cout << "~bncCaster A" << endl;
    119124    thread->terminate();
     125    cout << "~bncCaster B" << endl;
    120126    thread->wait();
     127    cout << "~bncCaster C" << endl;
    121128    delete thread;
     129    cout << "~bncCaster D" << endl;
    122130  }
    123131  delete _out;
Note: See TracChangeset for help on using the changeset viewer.