Changeset 769 for trunk/src/network/socket/qtcpserver.cpp
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/network/socket/qtcpserver.cpp
r651 r769 79 79 use waitForNewConnection(), which blocks until either a 80 80 connection is available or a timeout expires. 81 82 83 84 85 86 87 88 89 90 81 91 82 92 \sa QTcpSocket, {Fortune Server Example}, {Threaded Fortune Server Example}, … … 514 524 connections. 515 525 526 527 528 529 516 530 \sa hasPendingConnections() 517 531 */ … … 543 557 may not be usable with native socket functions, and should only be 544 558 used with QTcpSocket::setSocketDescriptor(). 559 560 561 562 563 545 564 546 565 \sa newConnection(), nextPendingConnection()
Note:
See TracChangeset
for help on using the changeset viewer.