webengine/osswebengine/WebCore/platform/network/symbian/HttpDownload.cpp
changeset 68 92a765b5b3e7
parent 65 5bfc169077b2
equal deleted inserted replaced
66:cacf6ee57968 68:92a765b5b3e7
    19 #include <CDownloadMgrUiUserInteractions.h>
    19 #include <CDownloadMgrUiUserInteractions.h>
    20 #include <CDownloadMgrUiDownloadsList.h>
    20 #include <CDownloadMgrUiDownloadsList.h>
    21 #include "HttpDlConnection.h"
    21 #include "HttpDlConnection.h"
    22 #include "HttpDefs.h"
    22 #include "HttpDefs.h"
    23 #include "HttpSessionManager.h"
    23 #include "HttpSessionManager.h"
    24 #include "brctl.h"
    24 #include "BrCtl.h"
    25 #include "StaticObjectsContainer.h"
    25 #include "StaticObjectsContainer.h"
    26 
    26 
    27 // CONSTANTS
    27 // CONSTANTS
    28 const unsigned long KMinDataSizeToSend = (1024*5);
    28 const unsigned long KMinDataSizeToSend = (1024*5);
    29 #define PREPARE_DOWNLOAD_MANAGER  if(!m_dMgrReady) { initDownloadMgrL(); m_dMgrReady = true; }
    29 #define PREPARE_DOWNLOAD_MANAGER  if(!m_dMgrReady) { initDownloadMgrL(); m_dMgrReady = true; }