src/network/socket/qtcpsocket.cpp
changeset 22 79de32ba3296
parent 18 2f34d5167611
equal deleted inserted replaced
19:fcece45ef507 22:79de32ba3296
    58     allows you to establish a TCP connection and transfer streams of
    58     allows you to establish a TCP connection and transfer streams of
    59     data. See the QAbstractSocket documentation for details.
    59     data. See the QAbstractSocket documentation for details.
    60 
    60 
    61     \bold{Note:} TCP sockets cannot be opened in QIODevice::Unbuffered mode.
    61     \bold{Note:} TCP sockets cannot be opened in QIODevice::Unbuffered mode.
    62 
    62 
       
    63     \section1 Symbian Platform Security Requirements
       
    64 
       
    65     On Symbian, processes which use this class must have the
       
    66     \c NetworkServices platform security capability. If the client
       
    67     process lacks this capability, it will result in a panic.
       
    68 
       
    69     Platform security capabilities are added via the
       
    70     \l{qmake-variable-reference.html#target-capability}{TARGET.CAPABILITY}
       
    71     qmake variable.
       
    72 
    63     \sa QTcpServer, QUdpSocket, QFtp, QNetworkAccessManager,
    73     \sa QTcpServer, QUdpSocket, QFtp, QNetworkAccessManager,
    64     {Fortune Server Example}, {Fortune Client Example},
    74     {Fortune Server Example}, {Fortune Client Example},
    65     {Threaded Fortune Server Example}, {Blocking Fortune Client Example},
    75     {Threaded Fortune Server Example}, {Blocking Fortune Client Example},
    66     {Loopback Example}, {Torrent Example}
    76     {Loopback Example}, {Torrent Example}
    67 */
    77 */