secureswitools/swisistools/source/interpretsislib/installer.h
branchRCL_3
changeset 17 741e5bba2bd1
parent 12 7ca52d38f8c3
child 24 5cc91383ab1e
--- a/secureswitools/swisistools/source/interpretsislib/installer.h	Tue Apr 27 16:46:15 2010 +0300
+++ b/secureswitools/swisistools/source/interpretsislib/installer.h	Tue May 11 16:20:28 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of the License "Eclipse Public License v1.0"
@@ -115,6 +115,12 @@
 	void FilterNonBlockingFilesOfFilename(const SisFile& aFile, const std::wstring& target);
 	void WarnEclipseOverWrite(const SisFile& aFile);
 
+	void ProcessConditionalBlockWarnings(const CSISInstallBlock& aInstallBlock, 
+												  ExpressionEvaluator& aEvaluator,
+												  const SisFile& aFile
+												  ); 
+	void ProcessInstallBlockWarnings(const CSISInstallBlock& aInstallBlock, const SisFile& aFile);
+
 	// Adorned methods
 	void AdornedProcessingOfFile(const std::wstring& aTarget, std::wstring& aUnadornedName, 
 										std::list<std::wstring>& aAdornedFileNamesFound);