diff -r 5cc91383ab1e -r 7333d7932ef7 appinstaller/AppinstUi/Daemon/Inc/uninstaller.h --- a/appinstaller/AppinstUi/Daemon/Inc/uninstaller.h Thu Aug 19 10:02:49 2010 +0300 +++ b/appinstaller/AppinstUi/Daemon/Inc/uninstaller.h Tue Aug 31 15:21:33 2010 +0300 @@ -137,6 +137,12 @@ * @since 3.2 */ void ExitUninstaller(); + + /** + * Calculate precent value for universal indicator. + * This precent value show how many packages has been uninstalled. + */ + void CalcPercentValue(); private: @@ -163,7 +169,9 @@ // Uninstaller dialog. CDialogWrapper* iDialogs; // Descriptor for mime type. - HBufC8* iMime; + HBufC* iMime; + // Percent value for universal indicator. + TReal iPercentValue; }; } //namespace Swi