X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESH_I%2FSMESH_Mesh_i.hxx;h=4942e798350a0e5e9ef4e7f4baffe6e22019dcab;hp=796421478fe7b5b02f99a041ce2239500307516e;hb=61c36a7e0c3f43b3aedd77ef20793ff15620defe;hpb=36c731ec63540ef4a2acca3574631705b7ba32e5 diff --git a/src/SMESH_I/SMESH_Mesh_i.hxx b/src/SMESH_I/SMESH_Mesh_i.hxx index 796421478..4942e7983 100644 --- a/src/SMESH_I/SMESH_Mesh_i.hxx +++ b/src/SMESH_I/SMESH_Mesh_i.hxx @@ -50,11 +50,10 @@ class SMESH_Mesh_i: public POA_SMESH::SMESH_Mesh { public: - SMESH_Mesh_i(); SMESH_Mesh_i(SMESH_Gen_i* myGen_i, GEOM::GEOM_Gen_ptr geomEngine, CORBA::Long studyId, - int localId); + ::SMESH_Mesh * impl); virtual ~SMESH_Mesh_i(); @@ -143,10 +142,8 @@ private: SMESH_Gen_i* _gen_i; // CORBA::ORB_ptr _orb; // SMESH_topo* _topo; // all local TopoDS_Shape of subShapes - int _id; // id given by creator (unique within the creator instance) GEOM::GEOM_Gen_var _geom; - int _studyId; - // int _localId; // id attributed to all objects created by Mesh_i + CORBA::Long _studyId; map _mapSubMeshIor; SMESH::SMESH_Mesh_var _myIor; };