secureswitools/swisistools/source/sisxlibrary/siscapabilities.cpp
changeset 26 04d4a7bbc3e0
parent 0 ba25891c3a9e
equal deleted inserted replaced
25:98b66e4fb0be 26:04d4a7bbc3e0
   139 		CSISException::EVerification, 
   139 		CSISException::EVerification, 
   140 		"Capability set size if greater than this version of makesis is capable of storing");
   140 		"Capability set size if greater than this version of makesis is capable of storing");
   141 	
   141 	
   142 	}
   142 	}
   143 
   143 
   144 void CSISCapabilities::AddPackageEntry(std::wostream& aStream, bool aVerbose) const
   144 void CSISCapabilities::AddPackageEntry(std::wostream& aStream, bool aVerbose, bool aCompatible) const
   145 	{
   145 	{
   146 	if(WasteOfSpace() || !aVerbose)
   146 	if(WasteOfSpace() || !aVerbose)
   147 		{
   147 		{
   148 		return;
   148 		return;
   149 		}
   149 		}