0029590: Coding - avoid usage of Standard_EXPORT attribute for inline methods
[occt.git] / src / BRepFeat / BRepFeat_MakeDPrism.hxx
index 2d072b1..e8545cc 100644 (file)
@@ -69,9 +69,14 @@ public:
   //! operation. If it is inside the basis shape, a local
   //! operation such as glueing can be performed.
   //! Initializes the draft prism class
-    BRepFeat_MakeDPrism(const TopoDS_Shape& Sbase, const TopoDS_Face& Pbase, const TopoDS_Face& Skface, const Standard_Real Angle, const Standard_Integer Fuse, const Standard_Boolean Modify);
+  BRepFeat_MakeDPrism (const TopoDS_Shape& Sbase, const TopoDS_Face& Pbase, const TopoDS_Face& Skface, const Standard_Real Angle, const Standard_Integer Fuse, const Standard_Boolean Modify)
+  {
+    Init (Sbase, Pbase, Skface, Angle, Fuse, Modify);
+  }
   
-  Standard_EXPORT BRepFeat_MakeDPrism();
+  BRepFeat_MakeDPrism() 
+  {
+  }
   
   //! Initializes this algorithm for building draft prisms along surfaces.
   //! A face Pbase is selected in the basis shape Sbase to
@@ -155,11 +160,4 @@ private:
 
 };
 
-
-#include <BRepFeat_MakeDPrism.lxx>
-
-
-
-
-
 #endif // _BRepFeat_MakeDPrism_HeaderFile