Salome HOME
Add a missing test file.
[modules/yacs.git] / src / yacsloader / containerParsers.hxx
index be9b83436a9fba9c544861854f45aa3ace6d185b..7fa33be358c820daa69c39c09d89a274be71429d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2020  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
@@ -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;
 };