commondrm/drmutility/src/drmutilitywmdrmwrapper.cpp
branchRCL_3
changeset 81 e9463401011b
parent 77 00671737faf2
equal deleted inserted replaced
77:00671737faf2 81:e9463401011b
   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