DRM::MDrmAsyncObserver Class Reference

class DRM::MDrmAsyncObserver

Observer class for Asynchronous operations in DRM Utility

Provides callback(s) to the the observer when the asynchronous operations complete
        ?good_class_usage_example(s)
       
Since
S60 v5.0
Public Member Functions
void OperationCompleted ( TInt , TInt )

Member Functions Documentation

OperationCompleted(TInt, TInt)

void OperationCompleted ( TInt aOperationId,
TInt aOperationStatus
) [pure virtual]

A callback function which tells when the asynchronous operation has been completed

Since
S60 v5.0
leave
None

Parameters

TInt aOperationId Identifier of the asynchronous operation which was returned when the asynchronous operation was initiated
TInt aOperationStatus The final status of the operation