Salome HOME
Merge from BR_new_bop4 (porting to new OCCT BOP) 13/09/2013
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_ShellSolid.hxx
index 45299b547244576c54dd4425df75d238144f96b2..a3d8102fa1c60202436e5c33e176584d33584eec 100644 (file)
@@ -50,12 +50,9 @@ class GEOMAlgo_ShellSolid  : public GEOMAlgo_ShapeSolid
 
  protected:
   Standard_EXPORT
-    virtual  void Prepare() ;
+    virtual  void BuildResult() {
+    };
 
-  Standard_EXPORT
-    virtual  void BuildResult() ;
 
-  Standard_EXPORT
-    void DetectSDFaces() ;
 };
 #endif