secureswitools/swisistools/source/sisxlibrary/sisprerequisites.h
changeset 26 04d4a7bbc3e0
parent 0 ba25891c3a9e
equal deleted inserted replaced
25:98b66e4fb0be 26:04d4a7bbc3e0
    79 	/**
    79 	/**
    80 	 * Adds the write the package details into the stream.
    80 	 * Adds the write the package details into the stream.
    81 	 * @param aStream - Stream in which the package entries need to be written.
    81 	 * @param aStream - Stream in which the package entries need to be written.
    82 	 * @param aVerbose - If this option is set then detail description of pkg
    82 	 * @param aVerbose - If this option is set then detail description of pkg
    83 	 * 			will be written into the stream.
    83 	 * 			will be written into the stream.
       
    84 	 * @param aCompatible - Flag to notify AddPackageEntry that Dumpsis works in the original,compatible mode
       
    85 	 * or in the new way.
    84 	 */
    86 	 */
    85 	void AddPackageEntry(std::wostream& aStream, bool aVerbose) const;
    87 	void AddPackageEntry(std::wostream& aStream, bool aVerbose, bool aCompatible) const;
       
    88 	/**
       
    89 	 * Adds the write the iby file details into the stream.
       
    90 	 * @param aStream - Stream in which the iby entry need to be written.
       
    91 	 * @param aVerbose - If this option is set then detail description of iby
       
    92 	 * 			will be written into the stream.
       
    93 	 * @param aCompatible - Flag to notify AddIbyEntry that Dumpsis works in the original,compatible mode
       
    94 	 * or in the new way.
       
    95 	 */
       
    96 	void AddIbyEntry(std::wostream& aStream, bool aVerbose, bool aCompatible) const;
    86 	/**
    97 	/**
    87 	 * Get the list of dependencies.
    98 	 * Get the list of dependencies.
    88 	 */
    99 	 */
    89 	inline const TDependencyList& DependencyList() const;
   100 	inline const TDependencyList& DependencyList() const;
    90 	/**
   101 	/**