secureswitools/swisistools/source/sisxlibrary/siscapabilities.h
changeset 26 04d4a7bbc3e0
parent 0 ba25891c3a9e
equal deleted inserted replaced
25:98b66e4fb0be 26:04d4a7bbc3e0
    95 	/**
    95 	/**
    96 	 * Adds the write the package details into the stream.
    96 	 * Adds the write the package details into the stream.
    97 	 * @param aStream - Stream in which the package entries need to be written.
    97 	 * @param aStream - Stream in which the package entries need to be written.
    98 	 * @param aVerbose - If this option is set then detail description of pkg
    98 	 * @param aVerbose - If this option is set then detail description of pkg
    99 	 * 			will be written into the stream.
    99 	 * 			will be written into the stream.
       
   100 	 * @param aCompatible - Flag to notify AddPackageEntry that Dumpsis works in the original,compatible mode
       
   101 	 * or in the new way.
   100 	 */
   102 	 */
   101 	void AddPackageEntry(std::wostream& aStream, bool aVerbose) const;
   103 	void AddPackageEntry(std::wostream& aStream, bool aVerbose, bool aCompatible) const;
   102 	/**
   104 	/**
   103 	 * Get the stored capability list in human readable format.
   105 	 * Get the stored capability list in human readable format.
   104 	 * @param aCapList will be filled by this function.
   106 	 * @param aCapList will be filled by this function.
   105 	 */
   107 	 */
   106 	void GetCapabilityList(std::vector<std::wstring>& aCapList) const;
   108 	void GetCapabilityList(std::vector<std::wstring>& aCapList) const;