src/network/socket/qtcpserver.cpp
changeset 22 79de32ba3296
parent 18 2f34d5167611
child 30 5dc02b23752f
equal deleted inserted replaced
19:fcece45ef507 22:79de32ba3296
    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