Salome HOME
padder: rename MeshJobParameter to MeshJobFile
[modules/smesh.git] / src / Tools / padder / meshjob / idl / MESHJOB.idl
index bf00c089327a2a7bc1e16890010ac02cf1fe17bd..e37a3678181f2eca226f437f25e281a45069e97b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2015  EDF R&D
+// Copyright (C) 2011-2016  EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -62,7 +62,7 @@ module MESHJOB
   enum FileType {MED_CONCRETE, MED_STEELBAR};
 
   // This defines a single parameter for the job initialization (a med file)
-  struct MeshJobParameter
+  struct MeshJobFile
   {
     string file_name;
     FileType file_type;
@@ -70,7 +70,7 @@ module MESHJOB
   };
   
   // This defines a set of parameters for the job initialization
-  typedef sequence<MESHJOB::MeshJobParameter> MeshJobParameterList;
+  typedef sequence<MESHJOB::MeshJobFile> MeshJobFileList;
 
   // This defines the result data of a job 
   struct MeshJobResults
@@ -97,7 +97,7 @@ module MESHJOB
       raises (SALOME::SALOME_Exception);
 
     /*! Initialize a smesh computation job and return the job identifier */
-    long    initialize(in MESHJOB::MeshJobParameterList meshJobParameterList, in string configId)
+    long    initialize(in MESHJOB::MeshJobFileList meshJobFileList, in string configId)
       raises (SALOME::SALOME_Exception);
 
     /*! Submit the job execution and return true if submission is OK */