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