equal
deleted
inserted
replaced
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 |