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