secureswitools/swisistools/source/sisxlibrary/sisdatetime.h
changeset 26 04d4a7bbc3e0
parent 0 ba25891c3a9e
equal deleted inserted replaced
25:98b66e4fb0be 26:04d4a7bbc3e0
    66 	/**
    66 	/**
    67 	 * Adds the write the package details into the stream.
    67 	 * Adds the write the package details into the stream.
    68 	 * @param aStream - Stream in which the package entries need to be written.
    68 	 * @param aStream - Stream in which the package entries need to be written.
    69 	 * @param aVerbose - If this option is set then detail description of pkg
    69 	 * @param aVerbose - If this option is set then detail description of pkg
    70 	 * 			will be written into the stream.
    70 	 * 			will be written into the stream.
       
    71 	 * @param aCompatible - Flag to notify AddPackageEntry that Dumpsis works in the original,compatible mode
       
    72 	 * or in the new way.
    71 	 */
    73 	 */
    72 	void AddPackageEntry(std::wostream& aStream, bool aVerbose) const;
    74 	void AddPackageEntry(std::wostream& aStream, bool aVerbose, bool aCompatible) const;
    73 	/**
    75 	/**
    74 	 * Get the date (CSISDate).
    76 	 * Get the date (CSISDate).
    75 	 */
    77 	 */
    76 	inline const CSISDate& Date() const;
    78 	inline const CSISDate& Date() const;
    77 	/**
    79 	/**