]> SALOME platform Git repositories - modules/shaper.git/blob - src/Config/ConfigAPI.i
Salome HOME
Issue #1896: Inspect SALOME modules before loading of XML configurations
[modules/shaper.git] / src / Config / ConfigAPI.i
1 /* Config.i */
2
3 %module ConfigAPI
4 %{
5   #include "Config_swig.h"
6 %}
7
8 // to avoid error on this
9 #define CONFIG_EXPORT
10
11 %include "typemaps.i"
12 %include "std_string.i"
13
14 %include "Config_ModuleReader.h"