javauis/mmapi_qt/baseline/src/cmmaplayer.cpp
changeset 47 f40128debb5d
parent 26 dc7c549001d5
child 67 63b81d807542
equal deleted inserted replaced
35:85266cc22c7f 47:f40128debb5d
   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);