X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FIGESAppli%2FIGESAppli_ToolRegionRestriction.cxx;h=549544b6ac49442e68d1f76c5a9404bd552f3ef9;hb=0ebe5b0a7f0b602336d03567cd0074beba4b04a6;hpb=39c8dc708fd076062eb762c47a4e8d2da4365eea diff --git a/src/IGESAppli/IGESAppli_ToolRegionRestriction.cxx b/src/IGESAppli/IGESAppli_ToolRegionRestriction.cxx index e6197b87e1..549544b6ac 100644 --- a/src/IGESAppli/IGESAppli_ToolRegionRestriction.cxx +++ b/src/IGESAppli/IGESAppli_ToolRegionRestriction.cxx @@ -126,14 +126,14 @@ void IGESAppli_ToolRegionRestriction::OwnCheck void IGESAppli_ToolRegionRestriction::OwnDump (const Handle(IGESAppli_RegionRestriction)& ent, const IGESData_IGESDumper& /*dumper*/, - const Handle(Message_Messenger)& S, const Standard_Integer /*level*/) const + Standard_OStream& S, const Standard_Integer /*level*/) const { - S << "IGESAppli_RegionRestriction" << Message_EndLine; - S << "Number of property values : " << ent->NbPropertyValues() << Message_EndLine; - S << "Electrical vias restriction : " - << ent->ElectricalViasRestriction() << Message_EndLine; - S << "Electrical components restriction : " - << ent->ElectricalComponentRestriction() << Message_EndLine; - S << "Electrical circuitary restriction : " - << ent->ElectricalCktRestriction() << Message_EndLine; + S << "IGESAppli_RegionRestriction\n" + << "Number of property values : " << ent->NbPropertyValues() << "\n" + << "Electrical vias restriction : " + << ent->ElectricalViasRestriction() << "\n" + << "Electrical components restriction : " + << ent->ElectricalComponentRestriction() << "\n" + << "Electrical circuitary restriction : " + << ent->ElectricalCktRestriction() << std::endl; }