mmserv/tms/tmsproxy/src/tmsqueuehandler.cpp
branchRCL_3
changeset 7 709f89d8c047
parent 3 4f62049db6ac
child 10 3d8c721bf319
equal deleted inserted replaced
3:4f62049db6ac 7:709f89d8c047
   178         switch (msgBuf.iRequest)
   178         switch (msgBuf.iRequest)
   179             {
   179             {
   180             case ECmdGlobalEffectChange:
   180             case ECmdGlobalEffectChange:
   181                 iObserver->QueueEvent(msgBuf.iInt, msgBuf.iStatus, NULL);
   181                 iObserver->QueueEvent(msgBuf.iInt, msgBuf.iStatus, NULL);
   182                 break;
   182                 break;
   183             case ECmdRingToneOpenComplete:
       
   184                 iObserver->QueueEvent(TMS_EVENT_RINGTONE_OPEN_COMPLETE,
       
   185                         msgBuf.iStatus, &msgBuf.iInt64);
       
   186                 break;
       
   187             case ECmdRingTonePlayComplete:
       
   188                 iObserver->QueueEvent(TMS_EVENT_RINGTONE_PLAY_COMPLETE,
       
   189                         msgBuf.iStatus, NULL);
       
   190                 break;
       
   191             case ECmdGlobalRoutingChange:
   183             case ECmdGlobalRoutingChange:
   192                 iObserver->QueueEvent(msgBuf.iInt, msgBuf.iStatus,
   184                 iObserver->QueueEvent(msgBuf.iInt, msgBuf.iStatus,
   193                         &msgBuf.iUint);
   185                         &msgBuf.iUint);
   194                 break;
   186                 break;
   195             default:
   187             default: