secureswitools/swisistools/source/sisxlibrary/sisdata.h
changeset 26 04d4a7bbc3e0
parent 0 ba25891c3a9e
equal deleted inserted replaced
25:98b66e4fb0be 26:04d4a7bbc3e0
   133 	/**
   133 	/**
   134 	 * Adds the write the package details into the stream.
   134 	 * Adds the write the package details into the stream.
   135 	 * @param aStream - Stream in which the package entries need to be written.
   135 	 * @param aStream - Stream in which the package entries need to be written.
   136 	 * @param aVerbose - If this option is set then detail description of pkg
   136 	 * @param aVerbose - If this option is set then detail description of pkg
   137 	 * 			will be written into the stream.
   137 	 * 			will be written into the stream.
   138 	 */
   138 	 * @param aCompatible - Flag to notify AddPackageEntry that Dumpsis works in the original,compatible mode
   139 	void AddPackageEntry(std::wostream& aStream, bool aVerbose) const;
   139 	 * or in the new way.
       
   140 	 */
       
   141 	void AddPackageEntry(std::wostream& aStream, bool aVerbose, bool aCompatible) const;
       
   142 	/**
       
   143 	 * Adds the write the iby file details into the stream.
       
   144 	 * @param aStream - Stream in which the iby entry need to be written.
       
   145 	 * @param aVerbose - If this option is set then detail description of iby
       
   146 	 * 			will be written into the stream.
       
   147 	 * @param aCompatible - Flag to notify AddIbyEntry that Dumpsis works in the original,compatible mode
       
   148 	 * or in the new way.
       
   149 	 */
       
   150 	void AddIbyEntry(std::wostream& aStream, bool aVerbose, bool aCompatible) const;
   140 	/**
   151 	/**
   141 	 * Retrieve the data unit count present in this SISData.
   152 	 * Retrieve the data unit count present in this SISData.
   142 	 */
   153 	 */
   143 	inline TDataUnitCount DataUnitCount() const;
   154 	inline TDataUnitCount DataUnitCount() const;
   144 
   155