From: abd Date: Tue, 24 Apr 2007 15:11:02 +0000 (+0000) Subject: Fix unresolvable symbols X-Git-Tag: V4_0rc1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=33c4caa543e8825362c330a3b3362ac4e47155ff;p=plugins%2Fghs3dplugin.git Fix unresolvable symbols --- diff --git a/src/GHS3DPlugin_GHS3D.hxx b/src/GHS3DPlugin_GHS3D.hxx index f49ecb2..48625e6 100644 --- a/src/GHS3DPlugin_GHS3D.hxx +++ b/src/GHS3DPlugin_GHS3D.hxx @@ -43,11 +43,6 @@ public: virtual bool Compute(SMESH_Mesh& aMesh, const TopoDS_Shape& aShape); - ostream & SaveTo(ostream & save); - istream & LoadFrom(istream & load); - friend ostream & operator << (ostream & save, GHS3DPlugin_GHS3D & hyp); - friend istream & operator >> (istream & load, GHS3DPlugin_GHS3D & hyp); - private: int _iShape; int _nbShape;