applayerprotocols/httptransportfw/core/CTransaction.cpp
branchRCL_3
changeset 15 bdd8a827a7de
parent 13 26ce6fb6aee2
child 19 c0c2f28ace9c
equal deleted inserted replaced
13:26ce6fb6aee2 15:bdd8a827a7de
    40 	iEventQueue.Reset();
    40 	iEventQueue.Reset();
    41 	// Cancel the active object
    41 	// Cancel the active object
    42 	Cancel();
    42 	Cancel();
    43 	// And send the cancel event
    43 	// And send the cancel event
    44 	SynchronousSendEvent(THTTPEvent::ECancel, THTTPEvent::EOutgoing, aStart);
    44 	SynchronousSendEvent(THTTPEvent::ECancel, THTTPEvent::EOutgoing, aStart);
    45 
       
    46 	if (iStatus != EInFilter && iStatus != ECancelled)
    45 	if (iStatus != EInFilter && iStatus != ECancelled)
    47 		iStatus = EPassive;
    46 		iStatus = EPassive;
    48 	else
    47 	else
    49 		iStatus = ECancelled;
    48 		iStatus = ECancelled;
    50 	}
    49 	}