webservices/wshttpchanneltransportplugin/src/sentxnstate.cpp
changeset 23 a1df79fa35b4
parent 1 272b002df977
equal deleted inserted replaced
16:abb636afedf7 23:a1df79fa35b4
   161     return ipTransaction;
   161     return ipTransaction;
   162 	}
   162 	}
   163 
   163 
   164 TInt CSenTxnState::Cancel()
   164 TInt CSenTxnState::Cancel()
   165     {
   165     {
   166         if (iTimeOut)
   166     if (iTimeOut)
   167         iTimeOut->Cancel();
   167     	iTimeOut->Cancel();
   168         ipTransaction.Cancel();
   168     ipTransaction.Cancel();
   169         return KErrNone;
   169     return KErrNone;
   170     }
   170     }
   171 void CSenTxnState::SetSession(RHTTPSession aSession) 
   171 void CSenTxnState::SetSession(RHTTPSession aSession) 
   172     {
   172     {
   173     TLSLOG_L(KSenHttpChannelLogChannelBase , KSenHttpChannelLogLevel,"CSenTxnState::SetSession");
   173     TLSLOG_L(KSenHttpChannelLogChannelBase , KSenHttpChannelLogLevel,"CSenTxnState::SetSession");
   174     iSession = aSession;
   174     iSession = aSession;