installationservices/swi/source/swis/server/uninstallationplanner.cpp
branchRCL_3
changeset 25 7333d7932ef7
parent 19 f8cf9d484c15
child 26 8b7f4e561641
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
     1 /*
     1 /*
     2 * Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    81 	Plan().SetApplication(UninstallPackageL(aPackage, ETrue));
    81 	Plan().SetApplication(UninstallPackageL(aPackage, ETrue));
    82 	SetProgressBarFinalValueL(Plan().FinalProgressBarValue());
    82 	SetProgressBarFinalValueL(Plan().FinalProgressBarValue());
    83 	// coverity[memory_leak]
    83 	// coverity[memory_leak]
    84 	}
    84 	}
    85 
    85 
       
    86 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
    86 TInt32 CUninstallationPlanner::FinalProgressBarValue() const
    87 TInt32 CUninstallationPlanner::FinalProgressBarValue() const
    87 	{
    88 	{
    88 	return Plan().FinalProgressBarValue();
    89 	return Plan().FinalProgressBarValue();
    89 	}
    90 	}
       
    91 #endif