Changeset 972 in ntrip for trunk/BNC/bncapp.cpp
- Timestamp:
- Jul 26, 2008, 9:46:14 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncapp.cpp
r971 r972 596 596 QTcpSocket* sock = is.next(); 597 597 if (sock->state() == QAbstractSocket::ConnectedState) { 598 if (sock->write( line.toAscii()) == -1) {598 if (sock->write(QString(line + " " + staID + "\n").toAscii()) == -1) { 599 599 delete sock; 600 600 is.remove();
Note:
See TracChangeset
for help on using the changeset viewer.