Changeset 1413 in ntrip


Ignore:
Timestamp:
Dec 31, 2008, 12:58:27 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncnetqueryrtp.cpp

    r1412 r1413  
    124124        QString line = in.readLine();
    125125        while (!line.isEmpty()) {
    126           cout << line.toAscii().data() << endl;;
    127126          if (line.indexOf("Session:") == 0) {
    128127            session = line.mid(9).toAscii();
     128            break;
    129129          }
    130130          line = in.readLine();
     
    147147              line = in.readLine();
    148148              while (!line.isEmpty()) {
    149                 cout << line.toAscii().data() << endl;
    150149                if (line.indexOf("200 OK") != -1) {
    151150                  cout << "Connection Established" << endl;
  • trunk/BNC/bncnetqueryrtp.h

    r1410 r1413  
    1616 private:
    1717  QTcpSocket* _socket;
     18  QUdpSocket* _udpSocket;
    1819};
    1920
Note: See TracChangeset for help on using the changeset viewer.