equal
deleted
inserted
replaced
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 // --------------------------------------------------------------------------- |