Changeset 690 for trunk/src/network/socket
- Timestamp:
- Mar 16, 2010, 12:21:22 AM (15 years ago)
- Location:
- trunk/src/network/socket
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/network/socket/qlocalserver_os2.cpp
r659 r690 140 140 } 141 141 142 /*!143 \internal144 145 \sa QLocalServer::closeServer()146 */147 142 void QLocalServerPrivate::closeServer() 148 143 { … … 161 156 } 162 157 163 /*!164 \internal165 166 We have received a notification that we can read on the listen socket.167 Accept the new socket.168 */169 158 void QLocalServerPrivate::_q_onNewConnection() 170 159 { -
trunk/src/network/socket/qnativesocketengine_os2.cpp
r659 r690 121 121 } 122 122 123 /*! \internal124 125 Creates and returns a new socket descriptor of type \a socketType126 and \a socketProtocol. Returns -1 on failure.127 */128 123 bool QNativeSocketEnginePrivate::createNewSocket(QAbstractSocket::SocketType socketType, 129 124 QAbstractSocket::NetworkLayerProtocol socketProtocol)
Note:
See TracChangeset
for help on using the changeset viewer.