secureswitools/swisistools/source/dumpsis/options.h
changeset 26 04d4a7bbc3e0
parent 0 ba25891c3a9e
--- a/secureswitools/swisistools/source/dumpsis/options.h	Fri Apr 16 15:05:20 2010 +0300
+++ b/secureswitools/swisistools/source/dumpsis/options.h	Fri Apr 23 15:09:03 2010 +0100
@@ -69,6 +69,8 @@
 	bool				Version () const { return iVersion; }
 	bool				ExtractFiles () const { return iExtractFilesFlag; }
 	bool				PauseOnExit () const { return iPauseOnExit; }
+	bool				GetCompatibleMode () const { return iCompatibleMode; }
+	bool				GetIBYFlag () const { return iCreateIBYFile; }
 
 	/**
 	Return the iList exe flag to which is set to true when -l is specified 
@@ -101,6 +103,8 @@
 	bool				iPauseOnExit;
 	bool				iList;
 	bool				iCreateECI;
+	bool				iCompatibleMode;
+	bool				iCreateIBYFile;
 	std::wstring		iSISFileName;
 	std::wstring		iExtractDirectory;
 	};