appinstall_plat/sifui_api/src/sifui.cpp
changeset 55 ac7f90a6ff4c
parent 42 d17dc5398051
child 58 67f2119dc623
equal deleted inserted replaced
50:c6e8afe0ba85 55:ac7f90a6ff4c
    93 // ---------------------------------------------------------------------------
    93 // ---------------------------------------------------------------------------
    94 // CSifUi::ShowProgressL()
    94 // CSifUi::ShowProgressL()
    95 // ---------------------------------------------------------------------------
    95 // ---------------------------------------------------------------------------
    96 //
    96 //
    97 EXPORT_C void CSifUi::ShowProgressL( const CSifUiAppInfo& aAppInfo,
    97 EXPORT_C void CSifUi::ShowProgressL( const CSifUiAppInfo& aAppInfo,
    98         TInt aProgressBarFinalValue )
    98         TInt aProgressBarFinalValue, TInstallingPhase aPhase )
    99     {
    99     {
   100     iPrivate->ShowProgressL( aAppInfo, aProgressBarFinalValue );
   100     iPrivate->ShowProgressL( aAppInfo, aProgressBarFinalValue, aPhase );
   101     }
   101     }
   102 
   102 
   103 // ---------------------------------------------------------------------------
   103 // ---------------------------------------------------------------------------
   104 // CSifUi::IncreaseProgressBarValueL()
   104 // CSifUi::IncreaseProgressBarValueL()
   105 // ---------------------------------------------------------------------------
   105 // ---------------------------------------------------------------------------