Changeset 302 in ntrip


Ignore:
Timestamp:
Nov 12, 2006, 5:22:05 PM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r301 r302  
    135135      url.setPort(80);
    136136
    137       cout << url.toString().toAscii().data() << endl;
     137      ///      cout << url.toString().toAscii().data() << endl;
    138138
    139139      const int timeOut = 10*1000;
     
    141141      QTcpSocket* socket = bncGetThread::request(url, timeOut, msg);
    142142
    143       cout << msg.toAscii().data() << endl;
    144 
    145143      if (socket) {
    146 
    147         cout << "haha" << endl;
    148144        while (true) {
    149145          if (socket->canReadLine()) {
    150146            QString line = socket->readLine();
    151             cout << line.toAscii().data() << endl;
     147            ////            cout << line.toAscii().data() << endl;
    152148          }
    153149          else {
Note: See TracChangeset for help on using the changeset viewer.