photosgallery/viewframework/commandhandlers/tsrc/ut_commandhandlerdrm/src/t_glxdummydrmutility.cpp
branchRCL_3
changeset 14 2dac0fdba72b
parent 13 bcb43dc84c44
equal deleted inserted replaced
13:bcb43dc84c44 14:2dac0fdba72b
    46 TBool CGlxDRMUtility::ConsumeRightsL(const TDesC&)
    46 TBool CGlxDRMUtility::ConsumeRightsL(const TDesC&)
    47     {
    47     {
    48     return ETrue;
    48     return ETrue;
    49     }    
    49     }    
    50     
    50     
    51 TBool CGlxDRMUtility::CanShowInfoOnlineL(TDesC& aUri)
    51 TBool CGlxDRMUtility::CanShowInfoOnlineL(const TDesC& aUri)
    52     {
    52     {
    53     TBool hasInfo = EFalse;
    53     TBool hasInfo = EFalse;
    54     
    54     
    55     if( aUri.Compare( KGlxDRMHasOnlineInfo ) == 0 )
    55     if( aUri.Compare( KGlxDRMHasOnlineInfo ) == 0 )
    56         {
    56         {
    58         }
    58         }
    59         
    59         
    60     return hasInfo;
    60     return hasInfo;
    61     }
    61     }
    62     
    62     
    63 void CGlxDRMUtility::ShowInfoOnlineL(TDesC& /*aUri*/)
    63 void CGlxDRMUtility::ShowInfoOnlineL(const TDesC& /*aUri*/)
    64     {
    64     {
    65     
    65     
    66     }
    66     }
    67     
    67     
    68 void CGlxDRMUtility::ShowRightsInfoL(const TDesC&)
    68 void CGlxDRMUtility::ShowRightsInfoL(const TDesC&)