Changeset 820 in ntrip for trunk/BNS/bns.cpp


Ignore:
Timestamp:
Apr 9, 2008, 3:55:19 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.cpp

    r819 r820  
    151151  }
    152152
    153 
    154153  QString mountpoint = settings.value("mountpoint").toString();
    155154  QString password   = settings.value("password").toString();
     
    160159
    161160  _outSocket->write(msg);
    162 
     161  _outSocket->waitForBytesWritten();
     162
     163  _outSocket->waitForReadyRead();
    163164  QByteArray ans = _outSocket->readLine();
    164 
    165   cout << "Ans: >" << ans.data() << "<" << endl;
    166165
    167166  if (ans.indexOf("OK") == -1) {
Note: See TracChangeset for help on using the changeset viewer.