X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FTools%2Fpadder%2Fmeshjob%2Fimpl%2FMeshJobManager_i.hxx;h=177c4ccfa910bf39937414d117600ef7dd93109d;hb=88141f757b048eaa5aae0be49faaf274448bbcaf;hp=7b2952d8459af05c6c2ff68ad6cdc9d61f46f587;hpb=7eda9ca931ed2a11cb5e4637e4ffe19f5c061115;p=modules%2Fsmesh.git diff --git a/src/Tools/padder/meshjob/impl/MeshJobManager_i.hxx b/src/Tools/padder/meshjob/impl/MeshJobManager_i.hxx index 7b2952d84..177c4ccfa 100644 --- a/src/Tools/padder/meshjob/impl/MeshJobManager_i.hxx +++ b/src/Tools/padder/meshjob/impl/MeshJobManager_i.hxx @@ -55,7 +55,8 @@ public: bool configure (const char *configId, const MESHJOB::ConfigParameter & configParameter); - CORBA::Long initialize (const MESHJOB::MeshJobParameterList & meshJobParameterList, + CORBA::Long initialize (const MESHJOB::MeshJobFileList & meshJobFileList, + const MESHJOB::MeshJobParameterList & meshJobParameterList, const char *configId); bool start (CORBA::Long jobId); char* getState (CORBA::Long jobId); @@ -72,7 +73,7 @@ private: Engines::ResourcesManager_var _resourcesManager; // This maps the config identifier to the config parameters. A - // config is a resource with additionnal data specifying the + // config is a resource with additional data specifying the // location of the binary program to be executed by the task std::map _configMap; @@ -83,8 +84,9 @@ private: std::map _jobDateTimeMap; std::map _jobPathsMap; - const char* _writeDataFile (std::vector listConcreteMesh, - std::vector listSteelBarMesh); + const char* _writeDataFile (std::vector listConcreteMesh, + std::vector listSteelBarMesh, + const MESHJOB::MeshJobParameterList & meshJobParameterList); const char* _writeScriptFile (const char * dataFileName, const char * configId); std::vector * _getResourceNames();