phoneplugins/csplugin/src/cspeteldtmfmonitor.cpp
changeset 72 c76a0b1755b9
parent 21 92ab7f8d0eab
equal deleted inserted replaced
64:6aaf0276100e 72:c76a0b1755b9
   125             }
   125             }
   126         else
   126         else
   127             {
   127             {
   128             // Unknown event
   128             // Unknown event
   129             CSPLOGSTRING3( CSPERROR, 
   129             CSPLOGSTRING3( CSPERROR, 
   130                 "CSPEtelDtmfMonitor::RunL: Unknown event = %¨d, type = %d", 
   130                 "CSPEtelDtmfMonitor::RunL: Unknown event = %d, type = %d", 
   131                     iEventData.iEvent, iEventData.iType );
   131                     iEventData.iEvent, iEventData.iType );
   132             
   132             
   133             // Refresh and return (no observer notfiying).
   133             // Refresh and return (no observer notfiying).
   134             StartMonitoring();
   134             StartMonitoring();
   135             return;
   135             return;