Salome HOME
Issue #1896: Inspect SALOME modules before loading of XML configurations
[modules/shaper.git] / src / Config / ConfigAPI.i
diff --git a/src/Config/ConfigAPI.i b/src/Config/ConfigAPI.i
new file mode 100644 (file)
index 0000000..26d5fc3
--- /dev/null
@@ -0,0 +1,14 @@
+/* Config.i */
+
+%module ConfigAPI
+%{
+  #include "Config_swig.h"
+%}
+
+// to avoid error on this
+#define CONFIG_EXPORT
+
+%include "typemaps.i"
+%include "std_string.i"
+
+%include "Config_ModuleReader.h"