]> SALOME platform Git repositories - modules/homard.git/blobdiff - idl/HOMARD_Gen.idl
Salome HOME
Merge remote branch 'origin/master' into gn/evol_01
[modules/homard.git] / idl / HOMARD_Gen.idl
index ca138c49b13eb1de1ae85297ac0a8ad398be83e2..8dd3917f065cf808962876d7c7f8801e9c200bcd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2011-2016  CEA/DEN, 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
@@ -146,6 +146,11 @@ module HOMARD
     SALOMEDS::Study GetCurrentStudy()                      raises (SALOME::SALOME_Exception);
     long GetCurrentStudyID()                               raises (SALOME::SALOME_Exception);
 //
+// A.4. Les caracteristiques generales
+//
+    void SetLanguageShort (in string LanguageShort)        raises (SALOME::SALOME_Exception);
+    string GetLanguageShort ()                             raises (SALOME::SALOME_Exception);
+//
 // B. Les methodes qui suivent n'apparaissent pas dans le composant HOMARD dans YACS
 //    L'utilisateur ne devrait pas les connaitre (ni s'en servir, a fortiori)
 //
@@ -210,8 +215,6 @@ module HOMARD
 
 //
 //  Les preferences
-    void SetLanguageShort (in string LanguageShort)        raises (SALOME::SALOME_Exception);
-    string GetLanguageShort ()                             raises (SALOME::SALOME_Exception);
     void SetPublisMesh (in long PublisMeshIN, in long PublisMeshOUT)
     raises (SALOME::SALOME_Exception);
     long GetPublisMeshIN ()                                raises (SALOME::SALOME_Exception);