secureswitools/swisistools/source/sisxlibrary/siselseif.h
changeset 26 04d4a7bbc3e0
parent 0 ba25891c3a9e
equal deleted inserted replaced
25:98b66e4fb0be 26:04d4a7bbc3e0
    77 	 * Retrieves the list of embedded sis files present in this else-if block
    77 	 * Retrieves the list of embedded sis files present in this else-if block
    78 	 * @param aControllers The list will be filled by this function
    78 	 * @param aControllers The list will be filled by this function
    79 	 */
    79 	 */
    80 	inline void GetEmbeddedControllers(TControllerMap& aControllers) const;
    80 	inline void GetEmbeddedControllers(TControllerMap& aControllers) const;
    81 	/**
    81 	/**
    82 	 * Adds package entry related to this else-if block
    82 	 * Adds the write the package details into the stream.
    83 	 * @param aStream stream into which the package details need to be written.
    83 	 * @param aStream - Stream in which the package entries need to be written.
    84 	 * @param aVerbose If this option is set then detail description of pkg
    84 	 * @param aVerbose - If this option is set then detail description of pkg
    85 	 * 			will be written into the stream.
    85 	 * 			will be written into the stream.
       
    86 	 * @param aCompatible - Flag to notify AddPackageEntry that Dumpsis works in the original,compatible mode
       
    87 	 * or in the new way.
    86 	 */
    88 	 */
    87 	void AddPackageEntry(std::wostream& aStream, bool aVerbose) const;
    89 	void AddPackageEntry(std::wostream& aStream, bool aVerbose, bool aCompatible) const;
    88 
    90 
    89 private:
    91 private:
    90 	void InsertMembers ();
    92 	void InsertMembers ();
    91 
    93 
    92 private:
    94 private: