equal
deleted
inserted
replaced
289 iInstalledApps->DecrementCacheUse(); |
289 iInstalledApps->DecrementCacheUse(); |
290 } |
290 } |
291 } |
291 } |
292 |
292 |
293 // --------------------------------------------------------------------------- |
293 // --------------------------------------------------------------------------- |
|
294 // CAppMngr2Model::IsUninstall() |
|
295 // --------------------------------------------------------------------------- |
|
296 // |
|
297 TBool CAppMngr2Model::IsUninstall() |
|
298 { |
|
299 if ( iActiveCommand == EAppMngr2CmdUninstall ) |
|
300 { |
|
301 FLOG( "CAppMngr2Model::IsUninstall: ETrue" ); |
|
302 return ETrue; |
|
303 } |
|
304 FLOG( "CAppMngr2Model::IsUninstall: EFalse" ); |
|
305 return EFalse; |
|
306 } |
|
307 |
|
308 // --------------------------------------------------------------------------- |
294 // CAppMngr2Model::DoCancel() |
309 // CAppMngr2Model::DoCancel() |
295 // --------------------------------------------------------------------------- |
310 // --------------------------------------------------------------------------- |
296 // |
311 // |
297 void CAppMngr2Model::DoCancel() |
312 void CAppMngr2Model::DoCancel() |
298 { |
313 { |