Salome HOME
Join modifications from branch BR_DEBUG_3_2_0b1
[modules/smesh.git] / src / SMESH / SMESH_1D_Algo.hxx
index cdacad4acf7729732662b1102661a22b95dec8b3..4b433eef50b7182d2561f41baea9f9c14b748483 100644 (file)
@@ -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