Salome HOME
Updated copyright comment
[modules/kernel.git] / src / MPIContainer / MPIContainer_i.hxx
index 225b168675f096caabb0581a508deda6cbd9c913..f6b4b99dacd46de7923f54f00f060c604edc327b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2024  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
@@ -19,8 +19,6 @@
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
-//  File   : MPIContainer_i.hxx
-//  Module : SALOME
 
 #ifndef _SALOME_PCONTAINER_
 #define _SALOME_PCONTAINER_ 
@@ -41,7 +39,6 @@ typedef struct {
   Engines::IORTab* tior;
   std::string compoName;
   std::string nameToRegister;
-  long studyId;
   Engines::EngineComponent_ptr cptr;
 } thread_st;
 
@@ -71,7 +68,6 @@ class Engines_MPIContainer_i : public POA_Engines::MPIContainer,
   // synchronous version for process 0
   virtual Engines::EngineComponent_ptr
   create_component_instance_env( const char* componentName,
-                                 CORBA::Long studyId,          // 0 for multiStudy
                                  const Engines::FieldsDict& env,
                                  CORBA::String_out reason);
 
@@ -90,15 +86,13 @@ class Engines_MPIContainer_i : public POA_Engines::MPIContainer,
  private:
   bool Lload_component_Library(const char* componentName);
   Engines::EngineComponent_ptr
-  Lcreate_component_instance( const char* componentName,
-                              CORBA::Long studyId); // 0 for multiStudy
+  Lcreate_component_instance(const char* componentName);
   Engines::EngineComponent_ptr Lload_impl(const char* nameToRegister,
                                     const char* componentName);
 
   Engines::EngineComponent_ptr
   createMPIInstance(std::string genericRegisterName,
-                    void *handle,
-                    int studyId);
+                    void *handle);
 
 };
 #endif