diff -r 98b66e4fb0be -r 04d4a7bbc3e0 secureswitools/swisistools/source/dumpsis/options.h --- 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; };