secureswitools/swisistools/source/sisxlibrary/sisif.h
changeset 26 04d4a7bbc3e0
parent 0 ba25891c3a9e
--- a/secureswitools/swisistools/source/sisxlibrary/sisif.h	Fri Apr 16 15:05:20 2010 +0300
+++ b/secureswitools/swisistools/source/sisxlibrary/sisif.h	Fri Apr 23 15:09:03 2010 +0100
@@ -106,12 +106,14 @@
 	 */
 	const CSISInstallBlock& InstallBlock () const;
 	/**
-	 * Adds package entry related to this if block.
-	 * @param aStream stream into which the package details need to be written.
-	 * @param aVerbose If this option is set then detail description of pkg
+	 * Adds the write the package details into the stream.
+	 * @param aStream - Stream in which the package entries need to be written.
+	 * @param aVerbose - If this option is set then detail description of pkg
 	 * 			will be written into the stream.
+	 * @param aCompatible - Flag to notify AddPackageEntry that Dumpsis works in the original,compatible mode
+	 * or in the new way.
 	 */
-	void AddPackageEntry(std::wostream& aStream, bool aVerbose) const;
+	void AddPackageEntry(std::wostream& aStream, bool aVerbose, bool aCompatible) const;
 	/**
 	 * Retrieves the list of files present in the if block.
 	 * @param aFileList this will be filled by this function.