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=d9a82e3c6f0ecd00c1acb528eb7e6024d04c97c6;hpb=debaef1caa07df3fb1c89f7492ad2694f9e39916;p=modules%2Fsmesh.git diff --git a/src/SMESH_I/SMESH_Mesh_i.hxx b/src/SMESH_I/SMESH_Mesh_i.hxx index d9a82e3c6..dec57a7e3 100644 --- a/src/SMESH_I/SMESH_Mesh_i.hxx +++ b/src/SMESH_I/SMESH_Mesh_i.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2022 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2023 CEA, EDF, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -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;