Symbian3/PDK/Source/GUID-0A7AB5BF-B126-4A3C-AC0D-C5443C06A82E.dita
changeset 12 80ef3a206772
parent 9 59758314f811
child 14 578be2adaf3e
equal deleted inserted replaced
11:5072524fcc79 12:80ef3a206772
    30 cancellation of threads and write your code to avoid it.</p>
    30 cancellation of threads and write your code to avoid it.</p>
    31 <section id="GUID-B5C37041-10A9-4D29-A4DC-A4B884FD23AB"><title>Example</title><p>One
    31 <section id="GUID-B5C37041-10A9-4D29-A4DC-A4B884FD23AB"><title>Example</title><p>One
    32 possible solution is to send the cancel completion message from the <codeph>RunL()</codeph> function
    32 possible solution is to send the cancel completion message from the <codeph>RunL()</codeph> function
    33 call of the server.</p><fig id="GUID-6792304C-AE6D-450A-B4BE-60B48F981CF5">
    33 call of the server.</p><fig id="GUID-6792304C-AE6D-450A-B4BE-60B48F981CF5">
    34 <title>Error in cancellation sequence</title>
    34 <title>Error in cancellation sequence</title>
    35 <image href="GUID-F492978A-1732-4BCD-8D3C-D2F657BAB504_d0e18587_href.png" placement="inline"/>
    35 <image href="GUID-F492978A-1732-4BCD-8D3C-D2F657BAB504_d0e20579_href.png" placement="inline"/>
    36 </fig></section>
    36 </fig></section>
    37 <example><title>Client code</title><codeblock xml:space="preserve">// [...]
    37 <example><title>Client code</title><codeblock xml:space="preserve">// [...]
    38 //Whilst running
    38 //Whilst running
    39   iNotifier.RequestNotification(iStatus);
    39   iNotifier.RequestNotification(iStatus);
    40 // [...]
    40 // [...]