browserutilities/downloadmgr/DownloadMgrClntSrv/src/DownloadMgrClntSession.cpp
changeset 36 0ed94ceaa377
parent 16 a359256acfc6
child 37 cb62a4f66ebe
equal deleted inserted replaced
32:9a9a761f03f1 36:0ed94ceaa377
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 // INCLUDE FILES
    20 // INCLUDE FILES
    21 #include "DownloadMgrLogger.h"
    21 #include "DownloadMgrLogger.h"
    22 #include "DownloadMgrClient.h"
    22 #include "downloadmgrclient.h"
    23 #include "DownloadMgrServer.h"
    23 #include "DownloadMgrServer.h"
    24 #include "DownloadMgrStart.h"
    24 #include "DownloadMgrStart.h"
    25 #include "DownloadMgrDef.h"
    25 #include "DownloadMgrDef.h"
    26 #include "DownloadMgrDefAttrib.h"
    26 #include "DownloadMgrDefAttrib.h"
    27 #include "DownloadMgrHandler.h"
    27 #include "DownloadMgrHandler.h"
    28 #include <e32svr.h>
    28 #include <e32svr.h>
    29 #include <EscapeUtils.h>
    29 #include <EscapeUtils.h>
    30 #include <centralrepository.h>
    30 #include <centralrepository.h>
    31 #include "DownloadMgrCRKeys.h"
    31 #include "DownloadMgrCRKeys.h"
    32 #include <BrowserUiSDKCRKeys.h>
    32 #include <browseruisdkcrkeys.h>
    33 #include <CodDownload.h>
    33 #include <coddownload.h>
    34 
    34 
    35 // CONSTANTS
    35 // CONSTANTS
    36 const TInt KHttpDownloadMgrObserverArrayGranularity = 4;
    36 const TInt KHttpDownloadMgrObserverArrayGranularity = 4;
    37 const TInt KHttpDownloadMgrDefalutAttribsGranularity = 4;
    37 const TInt KHttpDownloadMgrDefalutAttribsGranularity = 4;
    38 const TInt KDefaultMsgSlots = 16;
    38 const TInt KDefaultMsgSlots = 16;