commondrm/drmutility/inc/drmuierrorhandling.h
branchGCC_SURGE
changeset 43 abec8b1bb37c
parent 0 95b198f216e5
equal deleted inserted replaced
40:7407a5e96df2 43:abec8b1bb37c
    85      *         identifying which request has been completed
    85      *         identifying which request has been completed
    86      *
    86      *
    87      * @see MDrmHandleErrorObserver
    87      * @see MDrmHandleErrorObserver
    88      * @see ContentAccess::TIntent
    88      * @see ContentAccess::TIntent
    89      */
    89      */
    90     virtual TInt HandleErrorAsyncL( 
    90     IMPORT_C virtual TInt HandleErrorAsyncL( 
    91         RFile& aFile,
    91         RFile& aFile,
    92         ContentAccess::TIntent aIntent, 
    92         ContentAccess::TIntent aIntent, 
    93         TInt aError, 
    93         TInt aError, 
    94         MDrmHandleErrorObserver& aObserver );
    94         MDrmHandleErrorObserver& aObserver );
    95         
    95         
   111      * @leave   KErrArgument    File is not DRM protected.
   111      * @leave   KErrArgument    File is not DRM protected.
   112      *
   112      *
   113      * @see MDrmHandleErrorObserver
   113      * @see MDrmHandleErrorObserver
   114      * @see ContentAccess::TIntent
   114      * @see ContentAccess::TIntent
   115      */
   115      */
   116     virtual void HandleErrorL( 
   116     IMPORT_C virtual void HandleErrorL( 
   117         RFile& aFile,
   117         RFile& aFile,
   118         ContentAccess::TIntent aIntent,              
   118         ContentAccess::TIntent aIntent,              
   119         TInt aError, 
   119         TInt aError, 
   120         MDrmHandleErrorObserver* aObserver );
   120         MDrmHandleErrorObserver* aObserver );
   121     
   121     
   139      *         identifying which request has been completed
   139      *         identifying which request has been completed
   140      *
   140      *
   141      * @see MDrmHandleErrorObserver
   141      * @see MDrmHandleErrorObserver
   142      * @see ContentAccess::TIntent
   142      * @see ContentAccess::TIntent
   143      */
   143      */
   144     virtual TInt HandleErrorAsyncL( 
   144     IMPORT_C virtual TInt HandleErrorAsyncL( 
   145         ContentAccess::CData& aFile,
   145         ContentAccess::CData& aFile,
   146         ContentAccess::TIntent aIntent,
   146         ContentAccess::TIntent aIntent,
   147         TInt aError, 
   147         TInt aError, 
   148         MDrmHandleErrorObserver& aObserver );
   148         MDrmHandleErrorObserver& aObserver );
   149         
   149         
   165      * @leave   KErrArgument    File is not DRM protected.
   165      * @leave   KErrArgument    File is not DRM protected.
   166      *
   166      *
   167      * @see MDrmHandleErrorObserver
   167      * @see MDrmHandleErrorObserver
   168      * @see ContentAccess::TIntent
   168      * @see ContentAccess::TIntent
   169      */
   169      */
   170     virtual void HandleErrorL( 
   170     IMPORT_C virtual void HandleErrorL( 
   171         ContentAccess::CData& aFile,
   171         ContentAccess::CData& aFile,
   172         ContentAccess::TIntent aIntent,
   172         ContentAccess::TIntent aIntent,
   173         TInt aError, 
   173         TInt aError, 
   174         MDrmHandleErrorObserver* aObserver );
   174         MDrmHandleErrorObserver* aObserver );
   175 
   175