diff -r ebc84c812384 -r 46218c8b8afa Symbian3/PDK/Source/GUID-4DAC39E0-2EC2-40F7-9AEF-4FDA09F1A151.dita --- a/Symbian3/PDK/Source/GUID-4DAC39E0-2EC2-40F7-9AEF-4FDA09F1A151.dita Thu Mar 11 15:24:26 2010 +0000 +++ b/Symbian3/PDK/Source/GUID-4DAC39E0-2EC2-40F7-9AEF-4FDA09F1A151.dita Thu Mar 11 18:02:22 2010 +0000 @@ -1,21 +1,21 @@ - - - - - -Asynchronous -RequestsThis document discusses the use of asynchronous requests by device -drivers. -

An asynchronous request is typically used to start an operation on a device -that completes at a later point of time. It returns immediately after starting -the operation on the device or making a request to the driver. The user side -thread is not blocked and can continue with other operations, including issuing -other requests (synchronous or asynchronous).

-

A driver lists the available asynchronous request types in an enumeration.

+ + + + + +Asynchronous +RequestsThis document discusses the use of asynchronous requests by device +drivers. +

An asynchronous request is typically used to start an operation on a device +that completes at a later point of time. It returns immediately after starting +the operation on the device or making a request to the driver. The user side +thread is not blocked and can continue with other operations, including issuing +other requests (synchronous or asynchronous).

+

A driver lists the available asynchronous request types in an enumeration.

\ No newline at end of file