Changeset 2179 in ntrip


Ignore:
Timestamp:
Jan 4, 2010, 2:07:07 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r2178 r2179  
    188188  }
    189189
    190   int port = 7777;
     190  int port = 0; // 7777;
    191191
    192192  if (port != 0) {
     
    710710      QTcpSocket* sock = is.next();
    711711      if (sock->state() == QAbstractSocket::ConnectedState) {
    712 //        *sock << '$' << nmStr << '*' << hex << (int) XOR << endl;
    713 //        sock->flush();
     712        QTextStream ts(sock);
     713        ts << '$' << nmStr << '*' << hex << (int) XOR << endl;
     714        ts.flush();
    714715      }
    715716      else if (sock->state() != QAbstractSocket::ConnectingState) {
Note: See TracChangeset for help on using the changeset viewer.