webengine/osswebengine/WebCore/platform/network/symbian/HttpSessionManager.cpp
branchRCL_3
changeset 37 ac77f89b1d9e
parent 36 c711bdda59f4
child 38 4917f9bf7995
equal deleted inserted replaced
36:c711bdda59f4 37:ac77f89b1d9e
    58     m_cookieHandler = NULL;
    58     m_cookieHandler = NULL;
    59     m_httpDownload = NULL;
    59     m_httpDownload = NULL;
    60     m_SelfDownloadContentHandler = NULL;
    60     m_SelfDownloadContentHandler = NULL;
    61     m_SelfDownloadContentTypes = KNullStr().Alloc();
    61     m_SelfDownloadContentTypes = KNullStr().Alloc();
    62     retryConnectivityFlag = EFalse;
    62     retryConnectivityFlag = EFalse;
       
    63     m_inSecConnection = EFalse;
    63 }
    64 }
    64 
    65 
    65 HttpSessionManager::~HttpSessionManager()
    66 HttpSessionManager::~HttpSessionManager()
    66 {
    67 {
    67     delete m_cacheManager;
    68     delete m_cacheManager;