Salome HOME
Merge br_enable_import_mesh. Enable import mesh and save/load SMESH study.
[modules/smesh.git] / src / SMESH_I / SMESH_Hypothesis_i.cxx
index 2c86f6af0d2a3ce937a84ff990e37fa210185fcd..96ddd7e3a58cb2c2989993e001e434895af6c01f 100644 (file)
@@ -81,3 +81,8 @@ CORBA::Long SMESH_Hypothesis_i::GetId()
   MESSAGE("GetId");
   return _baseImpl->GetID();
 }
+
+::SMESH_Hypothesis* SMESH_Hypothesis_i::getImpl()
+{
+       return _baseImpl;
+}
\ No newline at end of file