appinstaller/AppinstUi/Plugin/CommonUI/Src/CUIDialogs.cpp
changeset 25 98b66e4fb0be
parent 0 ba25891c3a9e
child 44 329d304c1aa1
equal deleted inserted replaced
24:84a16765cd86 25:98b66e4fb0be
    26 #include <aknnotewrappers.h>
    26 #include <aknnotewrappers.h>
    27 #include <data_caging_path_literals.hrh>
    27 #include <data_caging_path_literals.hrh>
    28 #include <SWInstCommonUI.rsg>
    28 #include <SWInstCommonUI.rsg>
    29 #include <aknmessagequerydialog.h>
    29 #include <aknmessagequerydialog.h>
    30 #include <hlplch.h>
    30 #include <hlplch.h>
    31 #include <csxhelp/am.hlp.hrh>
    31 //#include <csxhelp/am.hlp.hrh>
    32 #include <coehelp.h>
    32 #include <coehelp.h>
    33 #include <featmgr.h>
    33 #include <featmgr.h>
    34 #include <sysutil.h>
    34 #include <sysutil.h>
    35 #ifdef RD_MULTIPLE_DRIVE
    35 #ifdef RD_MULTIPLE_DRIVE
    36 #include <driveinfo.h>
    36 #include <driveinfo.h>
   770 // (other items were commented in a header).
   770 // (other items were commented in a header).
   771 // -----------------------------------------------------------------------------
   771 // -----------------------------------------------------------------------------
   772 //
   772 //
   773 TInt CCUIDialogs::ShowSecurityWarningHelp( TAny* aPtr )
   773 TInt CCUIDialogs::ShowSecurityWarningHelp( TAny* aPtr )
   774     {
   774     {
   775     TRAP_IGNORE( reinterpret_cast<CCUIDialogs*>(aPtr)->LaunchHelpL( KAM_HLP_INSTALL_UNTRUSTED ) );    
   775     //TRAP_IGNORE( reinterpret_cast<CCUIDialogs*>(aPtr)->LaunchHelpL( KAM_HLP_INSTALL_UNTRUSTED ) );    
   776 
   776 
   777     return KErrNone;    
   777     return KErrNone;    
   778     }
   778     }
   779 
   779 
   780 
   780