diff -r ebc84c812384 -r 46218c8b8afa Symbian3/PDK/Source/GUID-FC46AA09-3E04-426B-BAC0-A992EA1AE0B6.dita --- a/Symbian3/PDK/Source/GUID-FC46AA09-3E04-426B-BAC0-A992EA1AE0B6.dita Thu Mar 11 15:24:26 2010 +0000 +++ b/Symbian3/PDK/Source/GUID-FC46AA09-3E04-426B-BAC0-A992EA1AE0B6.dita Thu Mar 11 18:02:22 2010 +0000 @@ -1,27 +1,27 @@ - - - - - -Write -a conversion observer -

Converter clients can supply a converter observer object -by implementing the MConverterUiObserver interface. The object -is passed to the converter's CConverterBase2::ConvertL(), CConverterBase2::ConvertObjectL(), CConverterBase2::ConvertAL() or CConverterBase2::ConvertObjectAL() function. It is used -for reporting on the progress of multi-step conversions and for requesting -a password from the client when the file being converted from is password-protected.

The -following functions can be implemented:

    -
  • virtual void MaxSteps(TInt aMax, TInt aObject)=0; to -get the maximum number of steps that the conversion operation can take.

  • -
  • virtual TInt Result(TInt aResult, TInt aObject)=0; to -take some action following an error in the conversion.

  • -
  • virtual HBufC* QueryPasswordL(const TDesC& aClue)=0; to -request a password from the user in order to access the data.

  • -
+ + + + + +Write +a conversion observer +

Converter clients can supply a converter observer object +by implementing the MConverterUiObserver interface. The object +is passed to the converter's CConverterBase2::ConvertL(), CConverterBase2::ConvertObjectL(), CConverterBase2::ConvertAL() or CConverterBase2::ConvertObjectAL() function. It is used +for reporting on the progress of multi-step conversions and for requesting +a password from the client when the file being converted from is password-protected.

The +following functions can be implemented:

    +
  • virtual void MaxSteps(TInt aMax, TInt aObject)=0; to +get the maximum number of steps that the conversion operation can take.

  • +
  • virtual TInt Result(TInt aResult, TInt aObject)=0; to +take some action following an error in the conversion.

  • +
  • virtual HBufC* QueryPasswordL(const TDesC& aClue)=0; to +request a password from the user in order to access the data.

  • +
\ No newline at end of file