browserutilities/downloadmgr/DownloadMgrUiLib/Inc/AsyncEventHandlerBase.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 94 919f36ff910f
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    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;