equal
deleted
inserted
replaced
815 delete iTrustAnchor; |
815 delete iTrustAnchor; |
816 iTrustAnchor = NULL; |
816 iTrustAnchor = NULL; |
817 iTrustAnchor = pElement->Content().AllocL(); |
817 iTrustAnchor = pElement->Content().AllocL(); |
818 } |
818 } |
819 |
819 |
820 CSenXmlReader* reader = XmlReader(); |
820 // CSenXmlReader* reader = XmlReader(); |
821 if (!iSessionContext) |
821 if (!iSessionContext) |
822 { |
822 { |
823 TLSLOG_L(KSenCoreServiceManagerLogChannelBase , KMinLogLevel,"CWSOviServiceSession::InitializeFromL"); |
823 TLSLOG_L(KSenCoreServiceManagerLogChannelBase , KMinLogLevel,"CWSOviServiceSession::InitializeFromL"); |
824 iSessionContext = CWSOviSessionContext::NewL(); |
824 iSessionContext = CWSOviSessionContext::NewL(); |
825 |
825 |
1096 |
1096 |
1097 void CWSOviServiceSession::PrepareOutCtxL(const TDesC8& aMessageBody) |
1097 void CWSOviServiceSession::PrepareOutCtxL(const TDesC8& aMessageBody) |
1098 { |
1098 { |
1099 iClientTime.UniversalTime(); |
1099 iClientTime.UniversalTime(); |
1100 |
1100 |
1101 CSenXmlReader* reader = XmlReader(); |
1101 //CSenXmlReader* reader = XmlReader(); |
1102 if (iOutContext) |
1102 if (iOutContext) |
1103 { |
1103 { |
1104 delete iOutContext; |
1104 delete iOutContext; |
1105 iOutContext = NULL; |
1105 iOutContext = NULL; |
1106 } |
1106 } |