]> SALOME platform Git repositories - tools/hxx2salome.git/blob - CppExamples/COMPO_CXX_SRC/src/CALCULATOR/CALCULATOR_SWIG/CALCULATOR.i
Salome HOME
Merge GUI developments from BR_GUI
[tools/hxx2salome.git] / CppExamples / COMPO_CXX_SRC / src / CALCULATOR / CALCULATOR_SWIG / CALCULATOR.i
1 %module CALCULATORSWIG
2
3 %{
4 #include "Calculator.hxx"
5 #include "LocalTraceCollector.hxx"
6 %}
7
8 /*
9    Initialisation block due to the LocalTraceCollector mechanism
10
11  */
12
13 %init %{
14     LocalTraceCollector::instance();
15 %}
16
17 %include "Calculator.hxx"
18
19