X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH_I%2FSMESH_Mesh_i.hxx;h=dec57a7e31ac4b331de2fdd88f370367b3aad3f8;hb=be238b4bb0723b0dd34dd72f410dc58df1e43414;hp=208d5d275accdc6ae24e48e59d8653581e7c1b37;hpb=f0898a684066c2775cd92ea32ffae63525f60118;p=modules%2Fsmesh.git diff --git a/src/SMESH_I/SMESH_Mesh_i.hxx b/src/SMESH_I/SMESH_Mesh_i.hxx index 208d5d275..dec57a7e3 100644 --- a/src/SMESH_I/SMESH_Mesh_i.hxx +++ b/src/SMESH_I/SMESH_Mesh_i.hxx @@ -673,21 +673,16 @@ private: SMESH::submesh_array_array& theSubMeshOrder, const bool theIsDump); - /*! - * Parallelims informations - */ - void SetNbThreads(CORBA::Long nbThreads); - CORBA::Long GetNbThreads(); - /*! * \brief Finds concurrent sub-meshes */ TListOfListOfInt findConcurrentSubMeshes(); + protected: + ::SMESH_Mesh* _impl; // :: force no namespace here private: static int _idGenerator; - ::SMESH_Mesh* _impl; // :: force no namespace here SMESH_Gen_i* _gen_i; int _id; // id given by creator (unique within the creator instance) int _nbInvalidHypos;