Salome HOME
Version anglaise du schéma YACS créé
[modules/homard.git] / src / HOMARD / YACSDriver.hxx
index 320d2a2aa7156037238788c25f94677c5f938c46..0a99d36e516e04c50d60684256f5638c556fd6f4 100644 (file)
@@ -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 :