commondrm/drmutility/src/drmutilitywmdrmwrapper.cpp
changeset 75 df048d343f83
parent 69 5ce76b969369
equal deleted inserted replaced
70:2625ef7905cb 75:df048d343f83
   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