#include <Utils_ExceptHandlers.hxx>
#include <SALOMEDS_wrap.hxx>
#include <SALOMEDS_Attributes_wrap.hxx>
+#include "SALOMEDS_Study_i.hxx"
#include <SALOME_KernelServices.hxx>
#include <TCollection_AsciiString.hxx>
//=======================================================================
SALOMEDS::Study_var SMESH_Gen_i::getStudyServant()
{
- return SALOMEDS::Study::_duplicate(KERNEL::getStudyServant());
+ return SALOMEDS::Study::_duplicate(KERNEL::getStudyServantSA());
}
//=======================================================================
CORBA::Object_var obj = orb->resolve_initial_references("RootPOA");
PortableServer::POA_var poa = PortableServer::POA::_narrow(obj);
PortableServer::POAManager_var pman = poa->the_POAManager();
+ PortableServer::ObjectId_var conId;
//
{
char *argv[4] = {"Container","FactoryServer","toto",nullptr};