equal
deleted
inserted
replaced
596 // Ask the rights from CAF, same call for both ECanPlay and ECanView |
596 // Ask the rights from CAF, same call for both ECanPlay and ECanView |
597 aContent.GetAttribute( ContentAccess::ECanPlay, value ); |
597 aContent.GetAttribute( ContentAccess::ECanPlay, value ); |
598 // call given HandleErrorObserver |
598 // call given HandleErrorObserver |
599 if( value > 0 ) |
599 if( value > 0 ) |
600 { |
600 { |
601 aObserver->RightsAvailable( aOperationId, KErrNone ); |
601 CallRightsAvailable( aObserver, aOperationId, KErrNone ); |
602 } |
602 } |
603 } |
603 } |
604 CleanupStack::PopAndDestroy( &file ); |
604 CleanupStack::PopAndDestroy( &file ); |
605 } |
605 } |
606 else |
606 else |