X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH_I%2FSMESH_Gen_i.hxx;fp=src%2FSMESH_I%2FSMESH_Gen_i.hxx;h=1a43e4b3e27fa18da6fe06a1c9e48344632931d0;hb=e5ed5aa5ac8420179aa37e3bf3a175e22ef3f69a;hp=ed872eee3304b8a3db83319b2327002f3c71b021;hpb=8bd7e4737d4999c204dba61f1c065a4611f50cce;p=modules%2Fsmesh.git diff --git a/src/SMESH_I/SMESH_Gen_i.hxx b/src/SMESH_I/SMESH_Gen_i.hxx index ed872eee3..1a43e4b3e 100644 --- a/src/SMESH_I/SMESH_Gen_i.hxx +++ b/src/SMESH_I/SMESH_Gen_i.hxx @@ -505,6 +505,9 @@ public: */ SALOMEDS::SObject_ptr GetAlgoSO(const ::SMESH_Algo* algo); + SALOMEDS::Study_ptr GetStudy(CORBA::Long theStudyID); + SALOME::Notebook_ptr GetNotebook(CORBA::Long theStudyID); + private: // Create hypothesis of given type SMESH::SMESH_Hypothesis_ptr createHypothesis( const char* theHypName,