equal
deleted
inserted
replaced
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 |