webservices/wsoviplugin/src/wsoviserviceupdatehandler.cpp
branchRCL_3
changeset 38 d9641c85af2b
parent 37 1adb97a15c2f
equal deleted inserted replaced
37:1adb97a15c2f 38:d9641c85af2b
   108 					TLSLOG(KSenCoreServiceManagerLogChannelBase  , KMinLogLevel,(_L("----- WSOviContextKeys::KTP() Found")));
   108 					TLSLOG(KSenCoreServiceManagerLogChannelBase  , KMinLogLevel,(_L("----- WSOviContextKeys::KTP() Found")));
   109 	                switch (tp->PropertiesClassType())
   109 	                switch (tp->PropertiesClassType())
   110 	                    {
   110 	                    {
   111 	                    case MSenProperties::ESenHttpTransportProperties:
   111 	                    case MSenProperties::ESenHttpTransportProperties:
   112 	                        {
   112 	                        {
       
   113 							TLSLOG(KSenCoreServiceManagerLogChannelBase  , KMinLogLevel,(_L("----- ESenHttpTransportProperties")));
   113 	                        TInt minutes;
   114 	                        TInt minutes;
   114 	                        ((CSenHttpTransportProperties*)tp)->IntPropertyL(WSOviSession::KDateHttpHeader(), minutes);
   115 	                        ((CSenHttpTransportProperties*)tp)->IntPropertyL(WSOviSession::KDateHttpHeader(), minutes);
   115 	                        pCtx.Update(WSOviContextKeys::KRetryNeeded, minutes);
   116 	                        pCtx.Update(WSOviContextKeys::KRetryNeeded, minutes);
   116 	                        }    
   117 	                        }    
   117 	                    break;
   118 	                    break;
   118 	                    case MSenProperties::ESenLayeredHttpTransportProperties:
   119 	                    case MSenProperties::ESenLayeredHttpTransportProperties:
   119 	                        {
   120 	                        {
       
   121 							TLSLOG(KSenCoreServiceManagerLogChannelBase  , KMinLogLevel,(_L("----- ESenLayeredHttpTransportProperties")));
   120 	                        TInt minutes;
   122 	                        TInt minutes;
   121 	                        ((CSenLayeredHttpTransportProperties*)tp)->IntPropertyL(WSOviSession::KDateHttpHeader(), minutes);
   123 	                        ((CSenLayeredHttpTransportProperties*)tp)->IntPropertyL(WSOviSession::KDateHttpHeader(), minutes);
   122 	                        pCtx.Update(WSOviContextKeys::KRetryNeeded, minutes);
   124 	                        pCtx.Update(WSOviContextKeys::KRetryNeeded, minutes);
   123 	                        }    
   125 	                        }    
   124 	                    default:
   126 	                    default:
       
   127 							TLSLOG(KSenCoreServiceManagerLogChannelBase  , KMinLogLevel,(_L("----- Default")));
   125 	                    break;
   128 	                    break;
   126 	                    }
   129 	                    }
   127 	                }
   130 	                }
   128 	            }
   131 	            }
   129 	        CleanupStack::PopAndDestroy(errFragment);
   132 	        CleanupStack::PopAndDestroy(errFragment);