phoneplugins/csplugin/src/cspeteldtmfmonitor.cpp
branchGCC_SURGE
changeset 40 bab96b7ed1a4
parent 21 92ab7f8d0eab
equal deleted inserted replaced
38:35db4fa135f4 40:bab96b7ed1a4
   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;