mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-17 07:09:09 +08: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:
@@ -105,10 +105,10 @@ void IGESBasic_ToolExternalReferenceFile::OwnCheck
|
||||
|
||||
void IGESBasic_ToolExternalReferenceFile::OwnDump
|
||||
(const Handle(IGESBasic_ExternalReferenceFile)& ent, const IGESData_IGESDumper& /* dumper */,
|
||||
const Handle(Message_Messenger)& S, const Standard_Integer level) const
|
||||
Standard_OStream& S, const Standard_Integer level) const
|
||||
{
|
||||
S << "IGESBasic_ExternalReferenceFile" << Message_EndLine;
|
||||
S << "External Reference Names : ";
|
||||
IGESData_DumpStrings(S ,level,1, ent->NbListEntries(),ent->Name);
|
||||
S << Message_EndLine;
|
||||
S << "IGESBasic_ExternalReferenceFile\n"
|
||||
<< "External Reference Names : ";
|
||||
IGESData_DumpStrings(S,level,1, ent->NbListEntries(),ent->Name);
|
||||
S << std::endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user