Changeset 1792 in ntrip
- Timestamp:
- Apr 9, 2009, 6:42:37 AM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncnetqueryudp0.cpp
r1791 r1792 70 70 delete _udpSocket; 71 71 _udpSocket = new QUdpSocket(); 72 _udpSocket->bind( _url.port());72 _udpSocket->bind(url.port()); 73 73 74 74 connect(_udpSocket, SIGNAL(readyRead()), _eventLoop, SLOT(quit())); -
trunk/BNC/bncnetqueryudp0.h
r1785 r1792 17 17 QUdpSocket* _udpSocket; 18 18 QEventLoop* _eventLoop; 19 QHostAddress _address;20 char _keepAlive[12];21 19 }; 22 20
Note:
See TracChangeset
for help on using the changeset viewer.