Salome HOME
[EDF30399] : Expose replay-dir parameter to define directory holding scenarii in...
[modules/yacs.git] / src / yacsloader / containerParsers.hxx
index 1e2605e7e428c49ef4d8dc227c12cf7ad719ebdd..b35342446a8fe5edf74fc7d4bc635e9c56e7332b 100644 (file)
@@ -1,8 +1,27 @@
+// 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
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
 
 #ifndef _CONTAINERPARSER_HXX_
 #define _CONTAINERPARSER_HXX_
 
 #include "parserBase.hxx"
+#include "codeParsers.hxx"
 #include "factory.hxx"
 
 namespace YACS
@@ -54,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;
 };