secureswitools/swisistools/source/sisxlibrary/siscontents.h
changeset 26 04d4a7bbc3e0
parent 0 ba25891c3a9e
equal deleted inserted replaced
25:98b66e4fb0be 26:04d4a7bbc3e0
   362 	/**
   362 	/**
   363 	 * Adds the write the package details into the stream.
   363 	 * Adds the write the package details into the stream.
   364 	 * @param aStream - Stream in which the package entries need to be written.
   364 	 * @param aStream - Stream in which the package entries need to be written.
   365 	 * @param aVerbose - If this option is set then detail description of pkg
   365 	 * @param aVerbose - If this option is set then detail description of pkg
   366 	 * 			will be written into the stream.
   366 	 * 			will be written into the stream.
   367 	 */
   367 	 * @param aCompatible - Flag to notify AddPackageEntry that Dumpsis works in the original,compatible mode
   368 	void AddPackageEntry(std::wostream& aStream, bool aVerbose) const;
   368 	 * or in the new way.
       
   369 	 */
       
   370 	void AddPackageEntry(std::wostream& aStream, bool aVerbose, bool aCompatible) const;
       
   371 	/**
       
   372 	 * Adds the write the package details into the stream.
       
   373 	 * @param aStream - Stream in which the package entries need to be written.
       
   374 	 * @param aVerbose - If this option is set then detail description of pkg
       
   375 	 * 			will be written into the stream.
       
   376 	 * @param aCompatible - Flag to notify AddIbyEntry that Dumpsis works in the original,compatible mode
       
   377 	 * or in the new way.
       
   378 	 */
       
   379 	void AddIbyEntry(std::wostream& aStream, bool aVerbose, bool aCompatible) const;
   369 	
   380 	
   370 	
   381 	
   371 public:
   382 public:
   372 	// Static member functions
   383 	// Static member functions
   373 
   384