]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/AdvancedEngine/AdvancedEngine.cxx
Salome HOME
0022616: [CEA 1038] Improve the quality of stl and vtk exports
[modules/geom.git] / src / AdvancedEngine / AdvancedEngine.cxx
index 270b1e60dfbe83732f371011e41e93d178255836..8745b3c3e4738655c5957761068cf084cf4194a2 100644 (file)
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-#include "GEOM_AdvancedEngine.hxx"
-
-#include "AdvancedEngine_OperationsCreator.hh"
-
-//=============================================================================
-/*!
- *
- */
-//=============================================================================
+#include "AdvancedEngine.hxx"
+#include "AdvancedEngine_OperationsCreator.hxx"
 
 extern "C"
 {
-ADVANCEDENGINE_EXPORT
+  ADVANCEDENGINE_EXPORT
   GEOM_GenericOperationsCreator* GetOperationsCreator()
   {
-    //MESSAGE("GetOperationsCreator");
-
-    AdvancedEngine_OperationsCreator* aCreator = new AdvancedEngine_OperationsCreator();
-
-    return aCreator;
+    return new AdvancedEngine_OperationsCreator();
   }
 }