equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: Base class for event handlers |
14 * Description: Base class for event handlers |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
|
18 |
|
19 |
18 #ifndef ASYNCEVENTHANDLERBASE_H |
20 #ifndef ASYNCEVENTHANDLERBASE_H |
19 #define ASYNCEVENTHANDLERBASE_H |
21 #define ASYNCEVENTHANDLERBASE_H |
20 |
22 |
21 // INCLUDES |
23 // INCLUDES |
22 #include <e32base.h> |
24 #include <e32base.h> |
23 #include <downloadmgrclient.h> |
25 #include <DownloadMgrClient.h> |
24 |
26 |
25 // FORWARD DECLARATIONS |
27 // FORWARD DECLARATIONS |
26 class RHttpDownload; |
28 class RHttpDownload; |
27 class MDownloadMgrUiLibRegModel; |
29 class MDownloadMgrUiLibRegModel; |
28 class CAsyncEventHandlerArray; |
30 class CAsyncEventHandlerArray; |