commondrm/drmutility/src/drmutilitywmdrmwrapper.cpp
changeset 80 fa67163aa6eb
parent 74 2768d547bb4b
equal deleted inserted replaced
74:2768d547bb4b 80:fa67163aa6eb
   575             // Ask the rights from CAF, same call for both ECanPlay and ECanView
   575             // Ask the rights from CAF, same call for both ECanPlay and ECanView
   576             aContent.GetAttribute( ContentAccess::ECanPlay, value );
   576             aContent.GetAttribute( ContentAccess::ECanPlay, value );
   577             // call given HandleErrorObserver
   577             // call given HandleErrorObserver
   578             if( value > 0 )
   578             if( value > 0 )
   579                 {
   579                 {
   580                 aObserver->RightsAvailable( aOperationId, KErrNone );              
   580                 CallRightsAvailable( aObserver, aOperationId, KErrNone );             
   581                 }
   581                 }
   582             }
   582             }
   583         CleanupStack::PopAndDestroy( &file );
   583         CleanupStack::PopAndDestroy( &file );
   584         }
   584         }
   585     else
   585     else