mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/crequestprocessor.cpp
changeset 50 762d760dcfdf
parent 35 2ee890d2f7e7
equal deleted inserted replaced
48:b7b49303d0c0 50:762d760dcfdf
   231 //
   231 //
   232 EXPORT_C void CRequestProcessor::HandleEventL( const TMTPTypeEvent& aEvent )
   232 EXPORT_C void CRequestProcessor::HandleEventL( const TMTPTypeEvent& aEvent )
   233     {
   233     {
   234     TUint16 eventCode = aEvent.Uint16( TMTPTypeEvent::EEventCode );
   234     TUint16 eventCode = aEvent.Uint16( TMTPTypeEvent::EEventCode );
   235     iCancelled = ( eventCode == EMTPEventCodeCancelTransaction );
   235     iCancelled = ( eventCode == EMTPEventCodeCancelTransaction );
       
   236     PRINT1( _L("CRequestProcessor::HandleEventL, eventCode = %d"), eventCode);
   236     }
   237     }
   237 
   238 
   238 // -----------------------------------------------------------------------------
   239 // -----------------------------------------------------------------------------
   239 // CRequestProcessor::Match
   240 // CRequestProcessor::Match
   240 // Check whether the processor can process the request
   241 // Check whether the processor can process the request