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