equal
deleted
inserted
replaced
436 /** |
436 /** |
437 * From MhspsMaintenanceService hspsRestoreActiveAppConf |
437 * From MhspsMaintenanceService hspsRestoreActiveAppConf |
438 * Not used - see ServiceRestoreActiveAppConfL instead which has a diffrent input |
438 * Not used - see ServiceRestoreActiveAppConfL instead which has a diffrent input |
439 */ |
439 */ |
440 ThspsServiceCompletedMessage hspsRestoreActiveAppConf( |
440 ThspsServiceCompletedMessage hspsRestoreActiveAppConf( |
441 const TInt /*aAppUid*/, |
441 const TInt /*aAppUid*/ ); |
442 const TInt /*aConfUid*/ ); |
|
443 |
442 |
444 /** |
443 /** |
445 * Updates plugin configuration in all application configuration |
444 * Updates plugin configuration in all application configuration |
446 * |
445 * |
447 * @since S60 5.0 |
446 * @since S60 5.0 |
637 void GetPluginInstanceCountL( |
636 void GetPluginInstanceCountL( |
638 const ChspsODT& aAppODT, |
637 const ChspsODT& aAppODT, |
639 const TInt aPluginUid, |
638 const TInt aPluginUid, |
640 TInt& aInstanceCount ); |
639 TInt& aInstanceCount ); |
641 |
640 |
642 /** |
641 |
643 * Removes plugin resources from the provided ODT |
|
644 * @since S60 5.0 |
|
645 * @param aAppODT is an instance of the the application configuration |
|
646 * @param aPluginUid is an UID of the plugin instance |
|
647 * @return KErrNone if succeeded |
|
648 */ |
|
649 TInt RemovePluginResourcesL( |
|
650 ChspsODT& aAppODT, |
|
651 const TInt aPluginUid ); |
|
652 |
642 |
653 /** |
643 /** |
654 * Adds plugin resouces to the provided ODT |
644 * Adds plugin resouces to the provided ODT |
655 * @since S60 5.0 |
645 * @since S60 5.0 |
656 * @param aAppODT is an instance of the the application configuration |
646 * @param aAppODT is an instance of the the application configuration |