Salome HOME
Adding Multinode method for smesh parallelism (with windows fixed)
[modules/smesh.git] / src / SMESH_I / SMESH_Mesh_i.hxx
index 208d5d275accdc6ae24e48e59d8653581e7c1b37..dec57a7e31ac4b331de2fdd88f370367b3aad3f8 100644 (file)
@@ -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;