0028567: Get rid of the unused DRAW commands based on old Boolean Operations (BRepAlgo)
[occt.git] / src / QANewBRepNaming / QANewBRepNaming_Fuse.cxx
index d54fec9..ee54636 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#include <QANewBRepNaming_Fuse.ixx>
-#include <TNaming_Builder.hxx>
+
+#include <BRepAlgoAPI_BooleanOperation.hxx>
+#include <QANewBRepNaming_Fuse.hxx>
 #include <QANewBRepNaming_Loader.hxx>
-#include <TopExp_Explorer.hxx>
-#include <TopTools_ListIteratorOfListOfShape.hxx>
+#include <TDF_Label.hxx>
+#include <TNaming_Builder.hxx>
 #include <TNaming_NamedShape.hxx>
-#include <TopoDS_Iterator.hxx>
 #include <TNaming_Tool.hxx>
+#include <TopExp_Explorer.hxx>
+#include <TopoDS_Iterator.hxx>
+#include <TopTools_ListIteratorOfListOfShape.hxx>
 
 //=======================================================================
 //function : QANewBRepNaming_Fuse
 //purpose  : 
 //=======================================================================
-
 QANewBRepNaming_Fuse::QANewBRepNaming_Fuse() {}
 
 //=======================================================================
@@ -35,7 +37,7 @@ QANewBRepNaming_Fuse::QANewBRepNaming_Fuse() {}
 //=======================================================================
 
 QANewBRepNaming_Fuse::QANewBRepNaming_Fuse(const TDF_Label& ResultLabel)
-     :QANewBRepNaming_BooleanOperationFeat(ResultLabel) {}
+     :QANewBRepNaming_BooleanOperation(ResultLabel) {}
 
 
 //=======================================================================
@@ -49,7 +51,7 @@ void QANewBRepNaming_Fuse::Load(BRepAlgoAPI_BooleanOperation& MS) const {
   const TopoDS_Shape& ToolSh = MS.Shape2();
 
   if (ResSh.IsNull()) {
-#ifdef MDTV_DEB
+#ifdef OCCT_DEBUG
     cout<<"QANewBRepNaming_Fuse::Load(): The result of the boolean operation is null"<<endl;
 #endif
     return;