changeset 28 | 0802db42e4e9 |
parent 1 | 272b002df977 |
--- a/webservices/wshttpchanneltransportplugin/src/sentxnstate.cpp Tue Jan 26 13:03:48 2010 +0200 +++ b/webservices/wshttpchanneltransportplugin/src/sentxnstate.cpp Sun May 30 23:54:06 2010 +0530 @@ -163,10 +163,10 @@ TInt CSenTxnState::Cancel() { - if (iTimeOut) - iTimeOut->Cancel(); - ipTransaction.Cancel(); - return KErrNone; + if (iTimeOut) + iTimeOut->Cancel(); + ipTransaction.Cancel(); + return KErrNone; } void CSenTxnState::SetSession(RHTTPSession aSession) {