commondrm/drmutility/inc/drmautomatedusageerrorhandling.h
branchGCC_SURGE
changeset 43 abec8b1bb37c
parent 0 95b198f216e5
equal deleted inserted replaced
40:7407a5e96df2 43:abec8b1bb37c
   106     *
   106     *
   107     * @see MDrmHandleErrorObserver
   107     * @see MDrmHandleErrorObserver
   108     * @see ContentAccess::TIntent
   108     * @see ContentAccess::TIntent
   109     * @see MDrmErrorHandling
   109     * @see MDrmErrorHandling
   110     */
   110     */
   111     virtual TInt HandleErrorAsyncL(
   111     IMPORT_C virtual TInt HandleErrorAsyncL(
   112         RFile& aFile,
   112         RFile& aFile,
   113         ContentAccess::TIntent aIntent,
   113         ContentAccess::TIntent aIntent,
   114         TInt aError,
   114         TInt aError,
   115         MDrmHandleErrorObserver& aObserver );
   115         MDrmHandleErrorObserver& aObserver );
   116 
   116 
   133     *
   133     *
   134     * @see MDrmHandleErrorObserver
   134     * @see MDrmHandleErrorObserver
   135     * @see ContentAccess::TIntent
   135     * @see ContentAccess::TIntent
   136     * @see MDrmErrorHandling
   136     * @see MDrmErrorHandling
   137     */
   137     */
   138     virtual void HandleErrorL(
   138     IMPORT_C virtual void HandleErrorL(
   139         RFile& aFile,
   139         RFile& aFile,
   140         ContentAccess::TIntent aIntent,
   140         ContentAccess::TIntent aIntent,
   141         TInt aError,
   141         TInt aError,
   142         MDrmHandleErrorObserver* aObserver );
   142         MDrmHandleErrorObserver* aObserver );
   143 
   143 
   162     *
   162     *
   163     * @see MDrmHandleErrorObserver
   163     * @see MDrmHandleErrorObserver
   164     * @see ContentAccess::TIntent
   164     * @see ContentAccess::TIntent
   165     * @see MDrmErrorHandling
   165     * @see MDrmErrorHandling
   166     */
   166     */
   167     virtual TInt HandleErrorAsyncL(
   167     IMPORT_C virtual TInt HandleErrorAsyncL(
   168         ContentAccess::CData& aFile,
   168         ContentAccess::CData& aFile,
   169         ContentAccess::TIntent aIntent,
   169         ContentAccess::TIntent aIntent,
   170         TInt aError,
   170         TInt aError,
   171         MDrmHandleErrorObserver& aObserver );
   171         MDrmHandleErrorObserver& aObserver );
   172 
   172 
   189     *
   189     *
   190     * @see MDrmHandleErrorObserver
   190     * @see MDrmHandleErrorObserver
   191     * @see ContentAccess::TIntent
   191     * @see ContentAccess::TIntent
   192     * @see MDrmErrorHandling
   192     * @see MDrmErrorHandling
   193     */
   193     */
   194     virtual void HandleErrorL(
   194     IMPORT_C virtual void HandleErrorL(
   195         ContentAccess::CData& aFile,
   195         ContentAccess::CData& aFile,
   196         ContentAccess::TIntent aIntent,
   196         ContentAccess::TIntent aIntent,
   197         TInt aError,
   197         TInt aError,
   198         MDrmHandleErrorObserver* aObserver );
   198         MDrmHandleErrorObserver* aObserver );
   199 
   199