browserutilities/downloadmgr/DownloadMgrUiLib/Inc/AsyncEventHandlerBase.h
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    13 *
    13 *
    14 * Description:  Base class for event handlers
    14 * Description:  Base class for event handlers
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 
       
    20 #ifndef ASYNCEVENTHANDLERBASE_H
    18 #ifndef ASYNCEVENTHANDLERBASE_H
    21 #define ASYNCEVENTHANDLERBASE_H
    19 #define ASYNCEVENTHANDLERBASE_H
    22 
    20 
    23 //  INCLUDES
    21 //  INCLUDES
    24 #include <e32base.h>
    22 #include <e32base.h>
    25 #include <DownloadMgrClient.h>
    23 #include <downloadmgrclient.h>
    26 
    24 
    27 // FORWARD DECLARATIONS
    25 // FORWARD DECLARATIONS
    28 class RHttpDownload;
    26 class RHttpDownload;
    29 class MDownloadMgrUiLibRegModel;
    27 class MDownloadMgrUiLibRegModel;
    30 class CAsyncEventHandlerArray;
    28 class CAsyncEventHandlerArray;