mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0031501: Foundation Classes, Message_Printer - remove theToPutEndl argument -- preparation
Operators << for Handle(Message_Messenger) are removed; their use is replaced by use of Message_Messenger::StreamBuffer Message_Messenger has been replaced by Standard_OStream within Interface_InterfaceModel,IFSelect,IGES,STEP dump interfaces.
This commit is contained in:
@@ -91,11 +91,10 @@ void IGESSolid_ToolSolidInstance::OwnCheck
|
||||
|
||||
void IGESSolid_ToolSolidInstance::OwnDump
|
||||
(const Handle(IGESSolid_SolidInstance)& ent, const IGESData_IGESDumper& dumper,
|
||||
const Handle(Message_Messenger)& S, const Standard_Integer level) const
|
||||
Standard_OStream& S, const Standard_Integer level) const
|
||||
{
|
||||
S << "IGESSolid_SolidInstance" << Message_EndLine;
|
||||
|
||||
S << "Solid entity : ";
|
||||
S << "IGESSolid_SolidInstance\n"
|
||||
<< "Solid entity : ";
|
||||
dumper.Dump(ent->Entity(),S, (level <= 4) ? 0 : 1);
|
||||
S << Message_EndLine;
|
||||
S << std::endl;
|
||||
}
|
||||
|
Reference in New Issue
Block a user