browserutilities/downloadmgr/DownloadMgrClntSrv/src/DownloadMgrServer.cpp
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 94 919f36ff910f
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    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 
    19 // INCLUDE FILES
    20 // INCLUDE FILES
    20 #include "DownloadMgrLogger.h"
    21 #include "DownloadMgrLogger.h"
    21 #include "DownloadMgrServer.h"
    22 #include "DownloadMgrServer.h"
    22 #include "DownloadMgrDef.h"
    23 #include "DownloadMgrDef.h"
    23 
    24 
    24 #include "HttpClientAppInstance.h"
    25 #include <HttpClientAppInstance.h>
    25 #include "HttpDownload.h"
    26 #include <HttpDownload.h>
    26 #include <e32svr.h>
    27 #include <e32svr.h>
    27 #include <basched.h>
    28 #include <basched.h>
    28 //#include <e32uid.h>
    29 //#include <e32uid.h>
    29 
    30 
    30 // CONSTANTS
    31 // CONSTANTS
    81     EHttpDownloadSetOnError,                      // =39
    82     EHttpDownloadSetOnError,                      // =39
    82     EHttpDownloadAttachToDownload                 // =40
    83     EHttpDownloadAttachToDownload                 // =40
    83     EHttpDownloadCloseCompleted,				  // =41
    84     EHttpDownloadCloseCompleted,				  // =41
    84     EHttpDownloadDataAttribute,                   // =42
    85     EHttpDownloadDataAttribute,                   // =42
    85     EHttpDownloadTrackAttribute,				  // =43
    86     EHttpDownloadTrackAttribute,				  // =43
    86     EHttpDownMgrNumOfSubSessions,         //44
    87  
    87 	*/
    88 	*/
    88     45  // EHttpDownloadMgrNotSupported           // =45
    89     44  // EHttpDownloadMgrNotSupported           // =44
    89 	};
    90 	};
    90 
    91 
    91 enum TDownloadMgrSecurityPolicy
    92 enum TDownloadMgrSecurityPolicy
    92 	{
    93 	{
    93 	EDmgrSecurityNetworkServices		= 0
    94 	EDmgrSecurityNetworkServices		= 0