installationservices/swi/inc/progressbar.h
branchRCL_3
changeset 66 8b7f4e561641
parent 65 7333d7932ef7
equal deleted inserted replaced
65:7333d7932ef7 66:8b7f4e561641
    28 namespace Swi
    28 namespace Swi
    29 	{
    29 	{
    30 	/// How many increments to update the bar on the uninstall of a file
    30 	/// How many increments to update the bar on the uninstall of a file
    31 	const static TInt KProgressBarUninstallAmount=1;
    31 	const static TInt KProgressBarUninstallAmount=1;
    32 	
    32 	
    33 	/// How many bytes to copy before updating the progress bar by one increment
    33 	/// How many bytes to copy before updating the progress bar by one increment.
    34 	const static TInt KProgressBarInstallChunkSize=1048576;  //1MB
    34 	const static TInt KProgressBarInstallChunkSize=1048576;  //1MB
    35 
    35 
    36 	/// The extra increment we add onto the end to make there always be some progress.
    36 	/// The extra increment we add onto the end to make there always be some progress.
    37 	const static TInt KProgressBarEndIncrement=1;
    37 	const static TInt KProgressBarEndIncrement=1;
    38 	
    38