mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-15 17:03:07 +05:00
OK SMESH is activated
This commit is contained in:
parent
1d2723102d
commit
383d771bed
@ -29,14 +29,13 @@ SMESH_Gen_No_Session_i::SMESH_Gen_No_Session_i( CORBA::ORB_ptr orb,
|
||||
const char* instanceName,
|
||||
const char* interfaceName):SMESH_Gen_i(orb,poa,contId,instanceName,interfaceName,false)
|
||||
{
|
||||
|
||||
myNS = new SALOME_Fake_NamingService;
|
||||
}
|
||||
|
||||
GEOM::GEOM_Gen_var SMESH_Gen_No_Session_i::GetGeomEngine( bool isShaper )
|
||||
{
|
||||
CORBA::Object_var temp = KERNEL::RetrieveCompo(isShaper ? "SHAPERSTUDY" : "GEOM");
|
||||
myGeomGen = GEOM::GEOM_Gen::_narrow( temp );
|
||||
myNS = new SALOME_Fake_NamingService;
|
||||
return myGeomGen;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user