browserutilities/downloadmgr/DownloadMgrUiLib/Src/AsyncEventHandlerBase.cpp
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 // INCLUDE FILES
    18 // INCLUDE FILES
    21 #include    "AsyncEventHandlerBase.h"
    19 #include    "AsyncEventHandlerBase.h"
    22 #include    "CDownloadMgrUiLibRegistry.h"
    20 #include    <cdownloadmgruilibregistry.h>
    23 #include    "AsyncEventHandlerArray.h"
    21 #include    "AsyncEventHandlerArray.h"
    24 #include    "UiLibLogger.h"
    22 #include    "UiLibLogger.h"
    25 #include    "DMgrUiLibPanic.h"
    23 #include    "DMgrUiLibPanic.h"
    26 #include    "CUserInteractionsUtils.h"
    24 #include    "CUserInteractionsUtils.h"
    27 
    25