Salome HOME
updated copyright message
[modules/shaper.git] / src / Config / ConfigAPI.i
index 5efdefab5133b79a0c053de8745fe3302909a43a..d33878c632a871ce3ce9f02f003d99c873aba444 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -35,6 +35,8 @@
 %include "Config_ModuleReader.h"
 %include "Config_PropManager.h"
 %include "Config_Prop.h"
+%include "Config_ValidatorReader.h"
+%include "Config_XMLReader.h"
 
 // std::list -> []
 %template(ListOfString) std::list< std::string >;