browserutilities/downloadmgr/DownloadMgrUiLib/Inc/AsyncEventHandlerBase.h
changeset 36 0ed94ceaa377
parent 0 dd21522fd290
child 37 cb62a4f66ebe
equal deleted inserted replaced
32:9a9a761f03f1 36:0ed94ceaa377
    20 #ifndef ASYNCEVENTHANDLERBASE_H
    20 #ifndef ASYNCEVENTHANDLERBASE_H
    21 #define ASYNCEVENTHANDLERBASE_H
    21 #define ASYNCEVENTHANDLERBASE_H
    22 
    22 
    23 //  INCLUDES
    23 //  INCLUDES
    24 #include <e32base.h>
    24 #include <e32base.h>
    25 #include <DownloadMgrClient.h>
    25 #include <downloadmgrclient.h>
    26 
    26 
    27 // FORWARD DECLARATIONS
    27 // FORWARD DECLARATIONS
    28 class RHttpDownload;
    28 class RHttpDownload;
    29 class MDownloadMgrUiLibRegModel;
    29 class MDownloadMgrUiLibRegModel;
    30 class CAsyncEventHandlerArray;
    30 class CAsyncEventHandlerArray;