secureswitools/swisistools/source/interpretsislib/sisregistryobject.h
branchRCL_3
changeset 19 7ca52d38f8c3
parent 0 ba25891c3a9e
child 75 2d2d25361590
equal deleted inserted replaced
18:3ba40be8e484 19:7ca52d38f8c3
   199 	int NextSisRegistryIndex(const std::wstring& aDrivePath) const;
   199 	int NextSisRegistryIndex(const std::wstring& aDrivePath) const;
   200 	int NextSisControllerIndex(const std::wstring& aDrivePath) const;
   200 	int NextSisControllerIndex(const std::wstring& aDrivePath) const;
   201 
   201 
   202 	// Update the entry for a PU installation
   202 	// Update the entry for a PU installation
   203 	void UpgradeEntry(const SisFile& aSis, const InstallableFiles& aFiles, 
   203 	void UpgradeEntry(const SisFile& aSis, const InstallableFiles& aFiles, 
   204 					TInt aInstallDrive, const bool aSUFlag, ConfigManager& aConfigManager);
   204 					TInt aInstallDrive, const bool aSUFlag, const bool aIsRemovable, ConfigManager& aConfigManager);
   205 					
   205 					
   206 	#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
   206 	#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
   207 	void SetValidationStatus(bool aOriginVerificationStatus);
   207 	void SetValidationStatus(bool aOriginVerificationStatus);
   208 	
   208 	
   209 	TBool GetIsHidden() const
   209 	TBool GetIsHidden() const