Salome HOME
copy tag mergefrom_BR_V0_1_CC_Salome_04oct07
[modules/yacs.git] / src / wrappergen / bin / Cpp_Template__SRC / src / Cpp_Template_ / Cpp_Template__SWIG / Cpp_Template_.i
1 %module Cpp_Template_SWIG
2
3 %{
4 #include <stdlib.h>
5 #include "Cpp_Template_.hxx"
6 %}
7
8 /*
9    Initialisation block due to the LocalTraceCollector mechanism
10
11  */
12
13 %init %{
14     if (getenv("SALOME_trace") == NULL )
15         setenv("SALOME_trace","local",0);
16 %}
17
18 %include "std_vector.i"
19 %include "std_string.i"
20 %include "Cpp_Template_.hxx"
21
22