mmserv/tms/tmsproxy/src/tmsqueuehandler.cpp
branchRCL_3
changeset 19 095bea5f582e
parent 9 f5c5c82a163e
child 20 0ac9a5310753
equal deleted inserted replaced
18:a36789189b53 19:095bea5f582e
   186                 break;
   186                 break;
   187             case ECmdGlobalRoutingChange:
   187             case ECmdGlobalRoutingChange:
   188                 iObserver->QueueEvent(msgBuf.iInt, msgBuf.iStatus,
   188                 iObserver->QueueEvent(msgBuf.iInt, msgBuf.iStatus,
   189                         &msgBuf.iUint);
   189                         &msgBuf.iUint);
   190                 break;
   190                 break;
       
   191             case ECmdRingToneOpenComplete:
       
   192                 iObserver->QueueEvent(TMS_EVENT_RINGTONE_OPEN_COMPLETE,
       
   193                         msgBuf.iStatus, NULL);
       
   194                 break;
       
   195             case ECmdRingTonePlayComplete:
       
   196                 iObserver->QueueEvent(TMS_EVENT_RINGTONE_PLAY_COMPLETE,
       
   197                         msgBuf.iStatus, NULL);
       
   198                 break;
       
   199             case ECmdRingToneDeinitComplete:
       
   200                 iObserver->QueueEvent(TMS_EVENT_RINGTONE_DEINIT_COMPLETE,
       
   201                         msgBuf.iStatus, NULL);
       
   202                 break;
       
   203             case ECmdDTMFToneDnlPlayStarted:
       
   204             case ECmdDTMFToneUplPlayStarted:
       
   205                 iObserver->QueueEvent(TMS_EVENT_DTMF_TONE_STARTED,
       
   206                         msgBuf.iStatus, NULL);
       
   207                 break;
       
   208             case ECmdDTMFTonePlayFinished:
       
   209                 iObserver->QueueEvent(TMS_EVENT_DTMF_TONE_STOPPED,
       
   210                         msgBuf.iStatus, NULL);
       
   211                 break;
       
   212             case ECmdInbandToneStarted:
       
   213                 iObserver->QueueEvent(TMS_EVENT_INBAND_TONE_STARTED,
       
   214                         msgBuf.iStatus, NULL);
       
   215                 break;
       
   216             case ECmdInbandToneStopped:
       
   217                 iObserver->QueueEvent(TMS_EVENT_INBAND_TONE_STOPPED,
       
   218                         msgBuf.iStatus, NULL);
       
   219                 break;
   191             default:
   220             default:
   192                 break;
   221                 break;
   193             }
   222             }
   194         }
   223         }
   195     }
   224     }