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


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.cpp

    r1390 r1391  
    3939 * -----------------------------------------------------------------------*/
    4040
    41 #include <iostream>
    42 
    4341#include <math.h>
    4442#include <unistd.h>
     
    4947#include "bncutils.h"
    5048#include "RTCM/GPSDecoder.h"
    51 
    52 using namespace std;
    5349
    5450// Constructor
     
    121117  while(it.hasNext()){
    122118    bncGetThread* thread = it.next();
    123     cout << "~bncCaster A" << endl;
    124119    thread->terminate();
    125     cout << "~bncCaster B" << endl;
    126120    thread->wait();
    127     cout << "~bncCaster C" << endl;
    128121    delete thread;
    129     cout << "~bncCaster D" << endl;
    130122  }
    131123  delete _out;
Note: See TracChangeset for help on using the changeset viewer.