Salome HOME
Merge from BR_V7_main_Field branch (02/09/2013)
[modules/geom.git] / src / GEOMImpl / GEOMImpl_Gen.cxx
index 515ffa9fb206b03bd06c55111a32ddd830bf7ab5..cf903776af47c16d869b9addf2a0394fad2d3572 100644 (file)
@@ -83,6 +83,7 @@
 #include <GEOMImpl_GlueDriver.hxx>
 #include <GEOMImpl_MeasureDriver.hxx>
 #include <GEOMImpl_FieldDriver.hxx>
+#include <GEOMImpl_XAODriver.hxx>
 
 //=============================================================================
 /*!
@@ -167,6 +168,11 @@ GEOMImpl_Gen::GEOMImpl_Gen()
    // Field
    TFunction_DriverTable::Get()->AddDriver(GEOMImpl_FieldDriver::GetID(), new GEOMImpl_FieldDriver());
 
+   // XAO operations
+   TFunction_DriverTable::Get()->AddDriver(GEOMImpl_XAODriver::GetID(), new GEOMImpl_XAODriver());
+
+   /*@@ insert new functions before this line @@ do not remove this line @@ do not remove this line @@*/
+
    SetEngine(this);
 }