Changeset 1224 in ntrip


Ignore:
Timestamp:
Nov 22, 2008, 2:33:14 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.cpp

    r1222 r1224  
    3939 * -----------------------------------------------------------------------*/
    4040
    41 #include <iostream>
    4241#include <math.h>
    4342#include <unistd.h>
     
    4847#include "bncutils.h"
    4948#include "RTCM/GPSDecoder.h"
    50 
    5149
    5250// Constructor
     
    489487    int newBytes = sock->write(buf+bytesWritten, bufLen-bytesWritten);
    490488    if (newBytes < 0) {
    491       std::cout << "myWrite " << newBytes << "  "  << sock->state() << std::endl;
    492489      return newBytes;
    493490    }
Note: See TracChangeset for help on using the changeset viewer.