commondrm/drmutility/inc/DrmUiHandlingImpl.h
branchRCL_3
changeset 41 29f3cf766061
parent 18 8a03a285ab14
child 71 1221b68b8a5f
equal deleted inserted replaced
36:ce3df08ce7f6 41:29f3cf766061
   815     * Gets SilentRights and
   815     * Gets SilentRights and
   816     * checks status after
   816     * checks status after
   817     * CallSilentAvailble after right
   817     * CallSilentAvailble after right
   818     * @return Etrue, if silent RO rerieval led to usable content
   818     * @return Etrue, if silent RO rerieval led to usable content
   819     */
   819     */
   820     TBool CDrmUiHandlingImpl::GetSilentAndCallL(
   820     TBool GetSilentAndCallL(
   821         MDrmHandleErrorObserver* aObserver,
   821         MDrmHandleErrorObserver* aObserver,
   822         TInt aOperationId,
   822         TInt aOperationId,
   823         const ContentAccess::TIntent aIntent,
   823         const ContentAccess::TIntent aIntent,
   824         const HBufC8* aContentUri,
   824         const HBufC8* aContentUri,
   825         const HBufC8* aSilentUrl,
   825         const HBufC8* aSilentUrl,
   828     /**
   828     /**
   829     * Gets Rights and
   829     * Gets Rights and
   830     * checks status if launched embedded.
   830     * checks status if launched embedded.
   831     * CallRightsAvailable, if launched embedded or righsUrl not present
   831     * CallRightsAvailable, if launched embedded or righsUrl not present
   832     */
   832     */
   833     void CDrmUiHandlingImpl::GetRightsAndCallL(
   833     void GetRightsAndCallL(
   834         MDrmHandleErrorObserver* aObserver,
   834         MDrmHandleErrorObserver* aObserver,
   835         TInt aOperationId,
   835         TInt aOperationId,
   836         const ContentAccess::TIntent aIntent,
   836         const ContentAccess::TIntent aIntent,
   837         const HBufC8* aContentUri,
   837         const HBufC8* aContentUri,
   838         const HBufC* aRightsUrl );
   838         const HBufC* aRightsUrl );