secureswitools/swisistools/source/interpretsislib/expressionevaluator.h
branchRCL_3
changeset 34 741e5bba2bd1
parent 0 ba25891c3a9e
--- a/secureswitools/swisistools/source/interpretsislib/expressionevaluator.h	Tue Apr 27 16:46:15 2010 +0300
+++ b/secureswitools/swisistools/source/interpretsislib/expressionevaluator.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"
@@ -50,7 +50,7 @@
 	 * Check whether a file exists, corresponds to EXISTS() function in package
 	 * format.
 	 */
-	bool FindFile(const std::wstring& aFileName);
+	bool FindFile(const std::wstring& aFileName, bool aLogInfo = true);
 
 	/**
 	 * Queries an application property, which is a key,value pair associated 
@@ -64,7 +64,7 @@
 	 */
 	bool Package(TUint32 aKey);
 
-	int Variable( int aVariableId );
+	int Variable( int aVariableId, bool aLogInfo = true );
 
 	const std::wstring GetPackageName();
 
@@ -258,8 +258,8 @@
 	void SetFile(const SisFile& aSisFile);
 	void SetRegistry(const SisRegistry& aSisRegistry);
 	
-	ExpressionResult Evaluate(const CSISExpression& aExpression);
-	ExpressionResult Evaluate(const CSISExpression* aExpression);
+	ExpressionResult Evaluate(const CSISExpression& aExpression, bool aLogInfo = true);
+	ExpressionResult Evaluate(const CSISExpression* aExpression, bool aLogInfo = true);
 
 private:
 	void Require(const void *aPointer) const;