mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/crequestprocessor.cpp
branchRCL_3
changeset 23 e42293e811d8
parent 18 e257e2b6459d
equal deleted inserted replaced
22:b034b1c214c2 23:e42293e811d8
   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