X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FIGESGeom%2FIGESGeom_ToolPoint.hxx;h=d8e3c43c2bf447cc20ec566e9236786b56823082;hb=0ebe5b0a7f0b602336d03567cd0074beba4b04a6;hpb=39c8dc708fd076062eb762c47a4e8d2da4365eea diff --git a/src/IGESGeom/IGESGeom_ToolPoint.hxx b/src/IGESGeom/IGESGeom_ToolPoint.hxx index 5eb5a28fec..d8e3c43c2b 100644 --- a/src/IGESGeom/IGESGeom_ToolPoint.hxx +++ b/src/IGESGeom/IGESGeom_ToolPoint.hxx @@ -33,8 +33,6 @@ class Interface_ShareTool; class Interface_Check; class Interface_CopyTool; class IGESData_IGESDumper; -class Message_Messenger; - //! Tool to work on a Point. Called by various Modules //! (ReadWriteModule, GeneralModule, SpecificModule) @@ -69,7 +67,7 @@ public: Standard_EXPORT void OwnCopy (const Handle(IGESGeom_Point)& entfrom, const Handle(IGESGeom_Point)& entto, Interface_CopyTool& TC) const; //! Dump of Specific Parameters - Standard_EXPORT void OwnDump (const Handle(IGESGeom_Point)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer own) const; + Standard_EXPORT void OwnDump (const Handle(IGESGeom_Point)& ent, const IGESData_IGESDumper& dumper, Standard_OStream& S, const Standard_Integer own) const;