src/network/socket/qtcpsocket.cpp
branchRCL_3
changeset 14 c0432d11811c
parent 4 3b1da2848fc7
equal deleted inserted replaced
13:cc75c76972ee 14:c0432d11811c
    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 */