installationservices/swi/source/swis/server/uninstallationplanner.h
branchRCL_3
changeset 66 8b7f4e561641
parent 65 7333d7932ef7
equal deleted inserted replaced
65:7333d7932ef7 66:8b7f4e561641
     1 /*
     1 /*
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-2010 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".
    76 	 *
    76 	 *
    77 	 * @param aPackage The package to uninstall.
    77 	 * @param aPackage The package to uninstall.
    78 	 */
    78 	 */
    79 	void PlanUninstallationL(CSisRegistryPackage& aPackage);
    79 	void PlanUninstallationL(CSisRegistryPackage& aPackage);
    80 
    80 
    81 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    82 	/**
    81 	/**
    83 	 * @return The final progress bar value from the plan.
    82 	 * @return The final progress bar value from the plan.
    84 	 */
    83 	 */
    85 	TInt32 FinalProgressBarValue() const;
    84 	TInt32 FinalProgressBarValue() const;
    86 #endif
       
    87 	
    85 	
    88 	/**
    86 	/**
    89 	 * Produces an uninstallation plan
    87 	 * Produces an uninstallation plan
    90 	 * @return Uninstallation plan object
    88 	 * @return Uninstallation plan object
    91 	 */
    89 	 */