equal
deleted
inserted
replaced
444 CleanupStack::Pop(); // sourceStream |
444 CleanupStack::Pop(); // sourceStream |
445 return sourceStream; |
445 return sourceStream; |
446 } |
446 } |
447 |
447 |
448 |
448 |
449 void CMMAPlayer::PostActionCompleted(TInt aError) |
449 EXPORT_C void CMMAPlayer::PostActionCompleted(TInt aError) |
450 { |
450 { |
451 LOG(EJavaMMAPI, EInfo, "MMA::CMMAPlayer::PostActionCompleted "); |
451 LOG(EJavaMMAPI, EInfo, "MMA::CMMAPlayer::PostActionCompleted "); |
452 iActionCompletedEvent->SetEventData(aError); |
452 iActionCompletedEvent->SetEventData(aError); |
453 iEventPoster->PostEvent(iActionCompletedEvent, |
453 iEventPoster->PostEvent(iActionCompletedEvent, |
454 CMMAEvent::ENotifyPriority); |
454 CMMAEvent::ENotifyPriority); |