browserutilities/downloadmgr/DownloadMgrClntSrv/inc/DownloadMgrDef.h
changeset 37 cb62a4f66ebe
parent 0 dd21522fd290
child 65 5bfc169077b2
equal deleted inserted replaced
36:0ed94ceaa377 37:cb62a4f66ebe
    99     // Define your item here! EHttpDownload...    // =n
    99     // Define your item here! EHttpDownload...    // =n
   100 	EHttpDownloadCloseCompleted,				  // =41	
   100 	EHttpDownloadCloseCompleted,				  // =41	
   101     
   101     
   102     EHttpDownloadDataAttribute,                   // =42
   102     EHttpDownloadDataAttribute,                   // =42
   103     EHttpDownloadTrackAttribute,				  // =43
   103     EHttpDownloadTrackAttribute,				  // =43
       
   104     EHttpDownMgrNumOfSubSessions,                       // =44
   104 
   105 
   105     /* 
   106     /* 
   106     * This should be the last item and the opcode must be incremented as well.
   107     * This should be the last item and the opcode must be incremented as well.
   107     * It is also important to make the changes on KDMgrServerPolicyRanges
   108     * It is also important to make the changes on KDMgrServerPolicyRanges
   108     * in DownloadMgrServer.cpp according to this!!!
   109     * in DownloadMgrServer.cpp according to this!!!
   109     */
   110     */
   110     EHttpDownloadMgrNotSupported                  // =44 (n+1)
   111     EHttpDownloadMgrNotSupported                  // =45 (n+1)
   111 	};
   112 	};
   112 
   113 
   113 #endif /* __DOWNLOADMGR_DEF_H__ */
   114 #endif /* __DOWNLOADMGR_DEF_H__ */
   114 
   115