src/network/socket/qtcpserver.cpp
branchRCL_3
changeset 14 c0432d11811c
parent 5 d3bac044e0f0
equal deleted inserted replaced
13:cc75c76972ee 14:c0432d11811c
    76 
    76 
    77     Although QTcpServer is mostly designed for use with an event
    77     Although QTcpServer is mostly designed for use with an event
    78     loop, it's possible to use it without one. In that case, you must
    78     loop, it's possible to use it without one. In that case, you must
    79     use waitForNewConnection(), which blocks until either a
    79     use waitForNewConnection(), which blocks until either a
    80     connection is available or a timeout expires.
    80     connection is available or a timeout expires.
       
    81 
       
    82     \section1 Symbian Platform Security Requirements
       
    83 
       
    84     On Symbian, processes which use this class must have the
       
    85     \c NetworkServices platform security capability. If the client
       
    86     process lacks this capability, it will lead to a panic.
       
    87 
       
    88     Platform security capabilities are added via the
       
    89     \l{qmake-variable-reference.html#target-capability}{TARGET.CAPABILITY}
       
    90     qmake variable.
    81 
    91 
    82     \sa QTcpSocket, {Fortune Server Example}, {Threaded Fortune Server Example},
    92     \sa QTcpSocket, {Fortune Server Example}, {Threaded Fortune Server Example},
    83         {Loopback Example}, {Torrent Example}
    93         {Loopback Example}, {Torrent Example}
    84 */
    94 */
    85 
    95