X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSMESH%2FSMESH_1D_Algo.hxx;h=4b433eef50b7182d2561f41baea9f9c14b748483;hb=52334b7ab30a9921a7c4da7fa29065551b90cd92;hp=cdacad4acf7729732662b1102661a22b95dec8b3;hpb=789d7f7415a1e465aee36232e7633eea548ff1fb;p=modules%2Fsmesh.git diff --git a/src/SMESH/SMESH_1D_Algo.hxx b/src/SMESH/SMESH_1D_Algo.hxx index cdacad4ac..4b433eef5 100644 --- a/src/SMESH/SMESH_1D_Algo.hxx +++ b/src/SMESH/SMESH_1D_Algo.hxx @@ -17,7 +17,7 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // // @@ -37,13 +37,6 @@ class SMESH_1D_Algo: public: SMESH_1D_Algo(int hypId, int studyId, SMESH_Gen* gen); virtual ~SMESH_1D_Algo(); - - virtual ostream & SaveTo(ostream & save); - virtual istream & LoadFrom(istream & load); - friend ostream& operator << (ostream & save, SMESH_1D_Algo & hyp); - friend istream& operator >> (istream & load, SMESH_1D_Algo & hyp); - -protected: }; #endif