secureswitools/swisistools/source/dumpsis/options.h
changeset 26 04d4a7bbc3e0
parent 0 ba25891c3a9e
equal deleted inserted replaced
25:98b66e4fb0be 26:04d4a7bbc3e0
    67 
    67 
    68 	bool				Verbose () const { return iVerboseFlag; }
    68 	bool				Verbose () const { return iVerboseFlag; }
    69 	bool				Version () const { return iVersion; }
    69 	bool				Version () const { return iVersion; }
    70 	bool				ExtractFiles () const { return iExtractFilesFlag; }
    70 	bool				ExtractFiles () const { return iExtractFilesFlag; }
    71 	bool				PauseOnExit () const { return iPauseOnExit; }
    71 	bool				PauseOnExit () const { return iPauseOnExit; }
       
    72 	bool				GetCompatibleMode () const { return iCompatibleMode; }
       
    73 	bool				GetIBYFlag () const { return iCreateIBYFile; }
    72 
    74 
    73 	/**
    75 	/**
    74 	Return the iList exe flag to which is set to true when -l is specified 
    76 	Return the iList exe flag to which is set to true when -l is specified 
    75 	as command line option
    77 	as command line option
    76 	@return Flag status of list option
    78 	@return Flag status of list option
    99 	bool				iHelpFlag;
   101 	bool				iHelpFlag;
   100 	bool				iExtractFilesFlag;
   102 	bool				iExtractFilesFlag;
   101 	bool				iPauseOnExit;
   103 	bool				iPauseOnExit;
   102 	bool				iList;
   104 	bool				iList;
   103 	bool				iCreateECI;
   105 	bool				iCreateECI;
       
   106 	bool				iCompatibleMode;
       
   107 	bool				iCreateIBYFile;
   104 	std::wstring		iSISFileName;
   108 	std::wstring		iSISFileName;
   105 	std::wstring		iExtractDirectory;
   109 	std::wstring		iExtractDirectory;
   106 	};
   110 	};
   107 
   111 
   108 #endif	/* __OPTIONS_H__ */
   112 #endif	/* __OPTIONS_H__ */