diff -r 98b66e4fb0be -r 04d4a7bbc3e0 secureswitools/swisistools/source/sisxlibrary/sissupportedoption.h --- a/secureswitools/swisistools/source/sisxlibrary/sissupportedoption.h Fri Apr 16 15:05:20 2010 +0300 +++ b/secureswitools/swisistools/source/sisxlibrary/sissupportedoption.h Fri Apr 23 15:09:03 2010 +0100 @@ -46,7 +46,8 @@ void AddOptionName (const std::wstring& aName); TUint32 LanguageCount () const; - void AddPackageEntry(std::wostream& aStream, bool aVerbose) const; + void AddPackageEntry(std::wostream& aStream, bool aVerbose, bool aCompatible) const; + void AddIbyEntry(std::wostream& aStream, bool aVerbose, bool aCompatible) const; private: CSISArrayOfStrings iNames;