0027067: Avoid use of virtual methods for implementation of destructors in legacy...
[occt.git] / src / TopOpeBRepBuild / TopOpeBRepBuild_Loop.cxx
index cc9450f..6497812 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#include <TopOpeBRepBuild_Loop.ixx>
+
+#include <Standard_Type.hxx>
+#include <TopoDS_Shape.hxx>
+#include <TopOpeBRepBuild_BlockIterator.hxx>
+#include <TopOpeBRepBuild_Loop.hxx>
+
+IMPLEMENT_STANDARD_RTTIEXT(TopOpeBRepBuild_Loop,MMgt_TShared)
 
 //=======================================================================
 //function : TopOpeBRepBuild_Loop
 //purpose  : 
 //=======================================================================
-
 TopOpeBRepBuild_Loop::TopOpeBRepBuild_Loop
 (const TopoDS_Shape& S) :
 myIsShape(Standard_True),myShape(S),myBlockIterator(0,0)