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 |
|
105 |
104 |
106 /* |
105 /* |
107 * This should be the last item and the opcode must be incremented as well. |
106 * This should be the last item and the opcode must be incremented as well. |
108 * It is also important to make the changes on KDMgrServerPolicyRanges |
107 * It is also important to make the changes on KDMgrServerPolicyRanges |
109 * in DownloadMgrServer.cpp according to this!!! |
108 * in DownloadMgrServer.cpp according to this!!! |
110 */ |
109 */ |
111 EHttpDownloadMgrNotSupported // =45 (n+1) |
110 EHttpDownloadMgrNotSupported // =44 (n+1) |
112 }; |
111 }; |
113 |
112 |
114 #endif /* __DOWNLOADMGR_DEF_H__ */ |
113 #endif /* __DOWNLOADMGR_DEF_H__ */ |
115 |
114 |