applayerprotocols/httptransportfw/core/CTransaction.cpp
branchRCL_3
changeset 13 26ce6fb6aee2
parent 0 b16258d2340f
child 15 bdd8a827a7de
equal deleted inserted replaced
12:f21293830889 13:26ce6fb6aee2
    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 
    45 	if (iStatus != EInFilter && iStatus != ECancelled)
    46 	if (iStatus != EInFilter && iStatus != ECancelled)
    46 		iStatus = EPassive;
    47 		iStatus = EPassive;
    47 	else
    48 	else
    48 		iStatus = ECancelled;
    49 		iStatus = ECancelled;
    49 	}
    50 	}