crashanalysis/crashanalyser/com.nokia.s60tools.crashanalyser/src/com/nokia/s60tools/crashanalyser/model/DecodingData.java
changeset 4 615035072f7e
parent 0 5ad7ad99af01
--- a/crashanalysis/crashanalyser/com.nokia.s60tools.crashanalyser/src/com/nokia/s60tools/crashanalyser/model/DecodingData.java	Tue Feb 23 17:04:33 2010 +0200
+++ b/crashanalysis/crashanalyser/com.nokia.s60tools.crashanalyser/src/com/nokia/s60tools/crashanalyser/model/DecodingData.java	Tue Apr 20 14:41:43 2010 +0300
@@ -65,6 +65,12 @@
 	public String[] imageFiles = null;
 	
 	/**
+	 * Contains list of provided trace dictionary file locations or null
+	 * if no OST trace dictionary files were provided.
+	 */
+	public String[] traceDictionaryFiles = null;
+
+	/**
 	 * Whether an html file should be generated from input files
 	 */
 	public boolean html = false;