secureswitools/swisistools/source/sisxlibrary/sisdependency.h
changeset 26 04d4a7bbc3e0
parent 0 ba25891c3a9e
equal deleted inserted replaced
25:98b66e4fb0be 26:04d4a7bbc3e0
    90 	/**
    90 	/**
    91 	 * Adds the write the package details into the stream.
    91 	 * Adds the write the package details into the stream.
    92 	 * @param aStream - Stream in which the package entries need to be written.
    92 	 * @param aStream - Stream in which the package entries need to be written.
    93 	 * @param aVerbose - If this option is set then detail description of pkg
    93 	 * @param aVerbose - If this option is set then detail description of pkg
    94 	 * 			will be written into the stream.
    94 	 * 			will be written into the stream.
       
    95 	 * @param aCompatible - Flag to notify AddPackageEntry that Dumpsis works in the original,compatible mode
       
    96 	 * or in the new way.
    95 	 */
    97 	 */
    96 	void AddPackageEntry(std::wostream& aStream, bool aVerbose) const;
    98 	void AddPackageEntry(std::wostream& aStream, bool aVerbose, bool aCompatible) const;
    97 	/**
    99 	/**
    98 	 * Set whether the dependency is a target(device) or package dependency.
   100 	 * Set whether the dependency is a target(device) or package dependency.
    99 	 * @param aDependencyType new dependency type.
   101 	 * @param aDependencyType new dependency type.
   100 	 */
   102 	 */
   101 	inline void SetDependencyType(TDependencyType aDependencyType) const;
   103 	inline void SetDependencyType(TDependencyType aDependencyType) const;