]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/HOMARD/YACSDriver.hxx
Salome HOME
Merge branch 'V9_13_BR'
[modules/homard.git] / src / HOMARD / YACSDriver.hxx
index 5bd33bf2bd7b9a13bf2354b08f47bdcc21b05826..fed6e1186abd4f7758e5982fd88b9b9f84292040 100644 (file)
@@ -1,6 +1,6 @@
 //  HOMARD HOMARD : implementation of HOMARD idl descriptions
 //
-// Copyright (C) 2011-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2011-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -30,7 +30,7 @@
 class HOMARDIMPL_EXPORT YACSDriver
 {
 public:
-  YACSDriver(const std::string XMLFile, const std::string DirName) ;
+  YACSDriver(const std::string XMLFile, const std::string DirName, const std::string LangueShort) ;
   ~YACSDriver() ;
   //
   void        TexteAdd( const std::string ligne ) ;
@@ -58,6 +58,7 @@ public:
   std::string _Texte ;
   std::string _Texte_parametres ;
   std::string _noeud_1 ;
+  std::string _LangueShort ;
   bool _bLu;
 
 private :