secureswitools/swisistools/source/sisxlibrary/sisproperty.h
changeset 26 04d4a7bbc3e0
parent 0 ba25891c3a9e
--- a/secureswitools/swisistools/source/sisxlibrary/sisproperty.h	Fri Apr 16 15:05:20 2010 +0300
+++ b/secureswitools/swisistools/source/sisxlibrary/sisproperty.h	Fri Apr 23 15:09:03 2010 +0100
@@ -53,7 +53,7 @@
 	virtual void CreateDefects ();
 #endif // GENERATE_ERRORS
 	
-	void AddPackageEntry(std::wostream& aStream, bool aVerbose) const;
+	void AddPackageEntry(std::wostream& aStream, bool aVerbose, bool aCompatible) const;
 	
 	inline TKey Key() const;
 	inline TValue Value() const;
@@ -115,7 +115,7 @@
 	}
 #endif // GENERATE_ERRORS
 
-inline void CSISProperty::AddPackageEntry(std::wostream& aStream, bool aVerbose) const
+inline void CSISProperty::AddPackageEntry(std::wostream& aStream, bool aVerbose, bool aCompatible) const
 	{
 	(void)aVerbose;
 	aStream << iKey << L"=" << iValue;