browserutilities/downloadmgr/DownloadMgrUiLib/Src/UserInteractionsEventHandler.cpp
changeset 25 0ed94ceaa377
parent 1 7c90e6132015
child 26 cb62a4f66ebe
equal deleted inserted replaced
22:9a9a761f03f1 25:0ed94ceaa377
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 
    19 
    20 // INCLUDE FILES
    20 // INCLUDE FILES
    21 #include <platform/mw/Browser_platform_variant.hrh>
    21 #include    <browser_platform_variant.hrh>
    22 #include    "UserInteractionsEventHandler.h"
    22 #include    "UserInteractionsEventHandler.h"
    23 #include    "CUserInteractionsUtils.h"
    23 #include    "CUserInteractionsUtils.h"
    24 #include    "ProgressInfoCreator.h"
    24 #include    "ProgressInfoCreator.h"
    25 #include    "CDownloadMgrUiLibRegistry.h"
    25 #include    "cdownloadmgruilibregistry.h"
    26 #include    "CDownloadMgrUiDownloadsList.h"
    26 #include    "cdownloadmgruidownloadslist.h"
    27 #include    "CDownloadMgrUiUserInteractions.h"
    27 #include    "cdownloadmgruiuserinteractions.h"
    28 #include    "UiLibLogger.h"
    28 #include    "UiLibLogger.h"
    29 #include    "DMgrUiLibPanic.h"
    29 #include    "DMgrUiLibPanic.h"
    30 #include    <bldvariant.hrh>
    30 #include    <bldvariant.hrh>
    31 #include    <DownloadMgrUiLib.rsg>
    31 #include    <DownloadMgrUiLib.rsg>
    32 #include    <aknlists.h>
    32 #include    <aknlists.h>
   621                         // executes a wait dialog! Check if this is deleted meanwhile
   621                         // executes a wait dialog! Check if this is deleted meanwhile
   622                         if ( aThisDeleted )
   622                         if ( aThisDeleted )
   623                             {
   623                             {
   624                             CLOG_WRITE_FORMAT(" this deleted: %x", this);
   624                             CLOG_WRITE_FORMAT(" this deleted: %x", this);
   625                             CLOG_LEAVEFN("CUserInteractionsEventHandler::HandleInProgressStateL");
   625                             CLOG_LEAVEFN("CUserInteractionsEventHandler::HandleInProgressStateL");
       
   626                             CleanupStack::PopAndDestroy( contentType );
   626                             return;
   627                             return;
   627                             }
   628                             }
   628                             
   629                             
   629                         if ( userConfirms )
   630                         if ( userConfirms )
   630                             {
   631                             {