installationservices/swi/source/swis/server/installmachine.cpp
branchRCL_3
changeset 40 f8cf9d484c15
parent 22 0817e13c927e
child 65 7333d7932ef7
equal deleted inserted replaced
36:f9033e605ee2 40:f8cf9d484c15
     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".
  1718 	}
  1718 	}
  1719 
  1719 
  1720 void CInstallMachine::SetProgressBarFinalValueL()
  1720 void CInstallMachine::SetProgressBarFinalValueL()
  1721 	{
  1721 	{
  1722 	HandleInstallationEventL(iPlan, EEventSetProgressBarFinalValue, iPlan->FinalProgressBarValue());
  1722 	HandleInstallationEventL(iPlan, EEventSetProgressBarFinalValue, iPlan->FinalProgressBarValue());
  1723 	#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK	
       
  1724 	SetFinalProgressBarValue(iPlan->FinalProgressBarValue());
  1723 	SetFinalProgressBarValue(iPlan->FinalProgressBarValue());
  1725 	#endif
       
  1726 	}
  1724 	}
  1727 
  1725 
  1728 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
  1726 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
  1729 // Populate the native component information.
  1727 // Populate the native component information.
  1730 void CInstallMachine::TFinalState::PopulateNativeComponentInfoL(const CController& aController, CNativeComponentInfo* aNativeComponentInfo)
  1728 void CInstallMachine::TFinalState::PopulateNativeComponentInfoL(const CController& aController, CNativeComponentInfo* aNativeComponentInfo)