commondrm/drmutility/inc/DrmUiHandlingImpl.h
changeset 46 78de010160a8
parent 29 3bdc3b853094
child 49 69d8e75812b7
equal deleted inserted replaced
45:41c97f585365 46:78de010160a8
   805     * Gets SilentRights and
   805     * Gets SilentRights and
   806     * checks status after
   806     * checks status after
   807     * CallSilentAvailble after right
   807     * CallSilentAvailble after right
   808     * @return Etrue, if silent RO rerieval led to usable content
   808     * @return Etrue, if silent RO rerieval led to usable content
   809     */
   809     */
   810     TBool CDrmUiHandlingImpl::GetSilentAndCallL(
   810     TBool GetSilentAndCallL(
   811         MDrmHandleErrorObserver* aObserver,
   811         MDrmHandleErrorObserver* aObserver,
   812         TInt aOperationId,
   812         TInt aOperationId,
   813         const ContentAccess::TIntent aIntent,
   813         const ContentAccess::TIntent aIntent,
   814         const HBufC8* aContentUri,
   814         const HBufC8* aContentUri,
   815         const HBufC8* aSilentUrl,
   815         const HBufC8* aSilentUrl,
   818     /**
   818     /**
   819     * Gets Rights and
   819     * Gets Rights and
   820     * checks status if launched embedded.
   820     * checks status if launched embedded.
   821     * CallRightsAvailable, if launched embedded or righsUrl not present
   821     * CallRightsAvailable, if launched embedded or righsUrl not present
   822     */
   822     */
   823     void CDrmUiHandlingImpl::GetRightsAndCallL(
   823     void GetRightsAndCallL(
   824         MDrmHandleErrorObserver* aObserver,
   824         MDrmHandleErrorObserver* aObserver,
   825         TInt aOperationId,
   825         TInt aOperationId,
   826         const ContentAccess::TIntent aIntent,
   826         const ContentAccess::TIntent aIntent,
   827         const HBufC8* aContentUri,
   827         const HBufC8* aContentUri,
   828         const HBufC* aRightsUrl );
   828         const HBufC* aRightsUrl );