browserutilities/downloadmgr/DownloadMgrClntSrv/src/DownloadMgrServer.cpp
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    14 * Description: 
    14 * Description: 
    15 *     This file contains the declaration of the Download Mgr Server.
    15 *     This file contains the declaration of the Download Mgr Server.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
       
    20 // INCLUDE FILES
    19 // INCLUDE FILES
    21 #include "DownloadMgrLogger.h"
    20 #include "DownloadMgrLogger.h"
    22 #include "DownloadMgrServer.h"
    21 #include "DownloadMgrServer.h"
    23 #include "DownloadMgrDef.h"
    22 #include "DownloadMgrDef.h"
    24 
    23 
    25 #include <HttpClientAppInstance.h>
    24 #include "HttpClientAppInstance.h"
    26 #include <HttpDownload.h>
    25 #include "HttpDownload.h"
    27 #include <e32svr.h>
    26 #include <e32svr.h>
    28 #include <basched.h>
    27 #include <basched.h>
    29 //#include <e32uid.h>
    28 //#include <e32uid.h>
    30 
    29 
    31 // CONSTANTS
    30 // CONSTANTS
    82     EHttpDownloadSetOnError,                      // =39
    81     EHttpDownloadSetOnError,                      // =39
    83     EHttpDownloadAttachToDownload                 // =40
    82     EHttpDownloadAttachToDownload                 // =40
    84     EHttpDownloadCloseCompleted,				  // =41
    83     EHttpDownloadCloseCompleted,				  // =41
    85     EHttpDownloadDataAttribute,                   // =42
    84     EHttpDownloadDataAttribute,                   // =42
    86     EHttpDownloadTrackAttribute,				  // =43
    85     EHttpDownloadTrackAttribute,				  // =43
    87  
    86     EHttpDownMgrNumOfSubSessions,         //44
    88 	*/
    87 	*/
    89     44  // EHttpDownloadMgrNotSupported           // =44
    88     45  // EHttpDownloadMgrNotSupported           // =45
    90 	};
    89 	};
    91 
    90 
    92 enum TDownloadMgrSecurityPolicy
    91 enum TDownloadMgrSecurityPolicy
    93 	{
    92 	{
    94 	EDmgrSecurityNetworkServices		= 0
    93 	EDmgrSecurityNetworkServices		= 0