equal
deleted
inserted
replaced
20 #ifndef __DOWNLOADMGR_EVENTQUEUE_H__ |
20 #ifndef __DOWNLOADMGR_EVENTQUEUE_H__ |
21 #define __DOWNLOADMGR_EVENTQUEUE_H__ |
21 #define __DOWNLOADMGR_EVENTQUEUE_H__ |
22 |
22 |
23 // INCLUDES |
23 // INCLUDES |
24 #include <e32base.h> |
24 #include <e32base.h> |
25 #include <HttpDownloadMgrCommon.h> |
25 #include <httpdownloadmgrcommon.h> |
26 |
26 |
27 // FORWARD DECLARATIONS |
27 // FORWARD DECLARATIONS |
28 class CHttpDownload; |
28 class CHttpDownload; |
29 class CEventRecord; |
29 class CEventRecord; |
30 |
30 |