secureswitools/swisistools/source/sisxlibrary/sissupportedoptions.h
changeset 26 04d4a7bbc3e0
parent 0 ba25891c3a9e
equal deleted inserted replaced
25:98b66e4fb0be 26:04d4a7bbc3e0
    42 
    42 
    43 	virtual std::string Name () const;
    43 	virtual std::string Name () const;
    44 
    44 
    45 	void AddOption ();
    45 	void AddOption ();
    46 	void AddOptionName (const std::wstring& aName);
    46 	void AddOptionName (const std::wstring& aName);
    47 	void AddPackageEntry(std::wostream& aStream, bool aVerbose) const;
    47 	void AddPackageEntry(std::wostream& aStream, bool aVerbose, bool aCompatible) const;
       
    48 	void AddIbyEntry(std::wostream& aStream, bool aVerbose, bool aCompatible) const;
    48 	inline TUint32 SupportedOptionCount() const;
    49 	inline TUint32 SupportedOptionCount() const;
    49 	
    50 	
    50 private:
    51 private:
    51 	CSISArray <CSISSupportedOption, CSISFieldRoot::ESISSupportedOption>	iSupportedOption;
    52 	CSISArray <CSISSupportedOption, CSISFieldRoot::ESISSupportedOption>	iSupportedOption;
    52 	};
    53 	};