diff -r 5cc91383ab1e -r 7333d7932ef7 appinstaller/AppinstUi/Daemon/Inc/daemoninstaller.h --- a/appinstaller/AppinstUi/Daemon/Inc/daemoninstaller.h Thu Aug 19 10:02:49 2010 +0300 +++ b/appinstaller/AppinstUi/Daemon/Inc/daemoninstaller.h Tue Aug 31 15:21:33 2010 +0300 @@ -176,7 +176,13 @@ /** * Indicates if this package is valid. */ - TBool IsValidPackageL( const TDesC& aPackageName ); + TBool IsValidPackageL(); + + /** + * Calculate precent value for universal indicator. + * This precent value show how many packages has been installed. + */ + void CalcPercentValue(); private: @@ -212,6 +218,11 @@ CProgramStatus* iProgramStatus; // For plugin support TBool iUpdateCache; + // File handle for USIF. + RFile iSisFileHandle; + TBool iFileOpen; + //CDialogTimer* iDialogTimer; + TReal32 iPercentValue; }; }