analyzetool/commandlineengine/inc/CATProject.h
branchRCL_3
changeset 59 8ad140f3dd41
parent 49 7fdc9a71d314
--- a/analyzetool/commandlineengine/inc/CATProject.h	Wed Sep 15 13:53:27 2010 +0300
+++ b/analyzetool/commandlineengine/inc/CATProject.h	Wed Oct 13 16:17:58 2010 +0300
@@ -21,7 +21,6 @@
 
 #include "ATCommonDefines.h"
 #include "CATBase.h"
-#include "../inc/CATParseBinaryFile.h"
 
 class CATModule2;
 class CATDatParser;
@@ -128,8 +127,6 @@
 	*/
 	~CATProject();
 
-	CATParseBinaryFile Parser;
-
 	/**
 	* Set arguments.
 	* @param arguments.
@@ -194,12 +191,6 @@
 	void SetS60FileName( const string& sFileName);
 
 	/**
-	* Set S60 logging file path.
-	* @param sFilePath filename.
-	*/
-	void SetS60FilePath( const string& sFilePath );
-
-	/**
 	* Set target module.
 	* @param sTargetModule target module name.
 	*/
@@ -617,8 +608,6 @@
 	string m_sMakeFile;
 	// User given S60 log file name.
 	string m_sS60FileName;
-	// User given S60 log file path.
-	string m_sS60FilePath;
 	// Target module.
 	string m_sTargetModule;
 	// Target modules (used in carbide instrumenting).
@@ -631,8 +620,6 @@
 	vector<string> m_vRomSymbolFiles;
 	// Temporary data file name if user gave trace file.
 	string m_sDataFileTemp;
-	// Temporary data file name if user gave binary log file.
-	string m_sBinaryLogFileTemp;
 	// User given output file to store analyse results.
 	string m_sDataFileOutput;
 	// Analyser object.