Salome HOME
[EDF30399] : Expose replay-dir parameter to define directory holding scenarii in...
[modules/yacs.git] / src / yacsloader / containerParsers.hxx
index be9b83436a9fba9c544861854f45aa3ace6d185b..b35342446a8fe5edf74fc7d4bc635e9c56e7332b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2006-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
@@ -21,6 +21,7 @@
 #define _CONTAINERPARSER_HXX_
 
 #include "parserBase.hxx"
+#include "codeParsers.hxx"
 #include "factory.hxx"
 
 namespace YACS
@@ -72,6 +73,7 @@ struct containertypeParser: parser
   virtual void name(const std::string& name);
   virtual void machine_(const machine& m);
   virtual void property (const myprop& prop);
+  virtual void initializescriptkey(const myfunc& f);
   mycontainer post();
   mycontainer _container;
 };