secureswitools/swisistools/source/sisxlibrary/sisinfo.h
changeset 26 04d4a7bbc3e0
parent 0 ba25891c3a9e
equal deleted inserted replaced
25:98b66e4fb0be 26:04d4a7bbc3e0
   148 	/**
   148 	/**
   149 	 * Set the current time as the sis creation time.
   149 	 * Set the current time as the sis creation time.
   150 	 */
   150 	 */
   151 	void SetNow ();
   151 	void SetNow ();
   152 	/**
   152 	/**
   153 	 * Adds package entry related to sis info.
   153 	 * Adds the write the package details into the stream.
   154 	 * @param aStream stream into which the package details need to be written.
   154 	 * @param aStream - Stream in which the package entries need to be written.
   155 	 * @param aVerbose If this option is set then detail description of pkg
   155 	 * @param aVerbose - If this option is set then detail description of pkg
   156 	 * 			will be written into the stream.
   156 	 * 			will be written into the stream.
   157 	 */
   157 	 * @param aCompatible - Flag to notify AddPackageEntry that Dumpsis works in the original,compatible mode
   158 	void AddPackageEntry(std::wostream& aStream, bool aVerbose) const;
   158 	 * or in the new way.
       
   159 	 */
       
   160 	void AddPackageEntry(std::wostream& aStream, bool aVerbose, bool aCompatible) const;
   159 	/**
   161 	/**
   160 	 * @return Vendor Name Count
   162 	 * @return Vendor Name Count
   161 	 */
   163 	 */
   162 	inline TUint32 VendorNameCount() const;
   164 	inline TUint32 VendorNameCount() const;
   163 	/**
   165 	/**