secureswitools/swisistools/source/sisxlibrary/sisversion.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 private:
   105 private:
   104 	void InsertMembers ();
   106 	void InsertMembers ();
   105 
   107 
   106 private:
   108 private: