mpxplugins/serviceplugins/playbackplugins/localaudio/src/mpxlocalaudioplayback.cpp
branchRCL_3
changeset 24 26a1709b9fec
parent 19 a12246c97fcc
equal deleted inserted replaced
23:455f89b7fcc5 24:26a1709b9fec
   325                             }
   325                             }
   326                         }
   326                         }
   327                     else
   327                     else
   328                         {
   328                         {
   329                         MPX_TRAPD( AEErr,  ConsumeRightsL( ContentAccess::EPlay ) );
   329                         MPX_TRAPD( AEErr,  ConsumeRightsL( ContentAccess::EPlay ) );
       
   330                         iState = EStateInitialised;
   330                         if (AEErr == KErrDiskFull)
   331                         if (AEErr == KErrDiskFull)
   331                         	{
   332                         	{
   332                         	iDrmMediaUtility->Close();
   333                         	iDrmMediaUtility->Close();
   333 				            iPlayer->Stop();
   334 				            iPlayer->Stop();
   334 				            iIsPlaying = EFalse;
   335 				            iIsPlaying = EFalse;