secureswitools/swisistools/source/interpretsislib/installer.h
changeset 33 8110bf1194d1
parent 25 98b66e4fb0be
child 42 d17dc5398051
equal deleted inserted replaced
29:26b6f0522fd8 33:8110bf1194d1
    70 											// prior to installation
    70 											// prior to installation
    71 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
    71 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
    72 	void Backup(const SisFile& aFile, InstallableFiles& aInstallable, TBool& aBackupFlag);
    72 	void Backup(const SisFile& aFile, InstallableFiles& aInstallable, TBool& aBackupFlag);
    73 	void RemoveBackup(const SisFile& aFile, InstallableFiles& aInstallable);
    73 	void RemoveBackup(const SisFile& aFile, InstallableFiles& aInstallable);
    74 	void Restore(const SisFile& aFile, InstallableFiles& aInstallable, TBool& aBackupFlag);
    74 	void Restore(const SisFile& aFile, InstallableFiles& aInstallable, TBool& aBackupFlag);
       
    75 	void RestoreAll(const SisFile& aFile, InstallableFiles& aInstallable, TBool& aBackupFlag);
    75 #endif
    76 #endif
    76 	bool DependenciesOk(const SisFile& aFile);			// Check to see if the sis file
    77 	bool DependenciesOk(const SisFile& aFile);			// Check to see if the sis file
    77 														// meets it's dependencies
    78 														// meets it's dependencies
    78 
    79 
    79 	bool IsValidUpgrade(const SisFile& aFile, bool aSUFlag, bool aNonRemovable);	// Check to see if this is a valid upgrade
    80 	bool IsValidUpgrade(const SisFile& aFile, bool aSUFlag, bool aNonRemovable);	// Check to see if this is a valid upgrade