diff --git a/Examples/java/callback/.cvsignore b/Examples/java/callback/.cvsignore index 48f246378..5357e1b11 100644 --- a/Examples/java/callback/.cvsignore +++ b/Examples/java/callback/.cvsignore @@ -2,6 +2,7 @@ *.java *_wrap.c *_wrap.cxx +*_wrap.h *.dll *.dsw *.exp diff --git a/Examples/java/callback/example.i b/Examples/java/callback/example.i index 438ec6771..90beda01a 100644 --- a/Examples/java/callback/example.i +++ b/Examples/java/callback/example.i @@ -4,8 +4,6 @@ #include "example.h" %} -// %include "typemaps.i" -// %include "std_vector.i" %include "std_string.i" /* turn on director wrapping Callback */ diff --git a/Examples/python/callback/example.i b/Examples/python/callback/example.i index 2e5a657ab..90beda01a 100644 --- a/Examples/python/callback/example.i +++ b/Examples/python/callback/example.i @@ -4,8 +4,6 @@ #include "example.h" %} -%include "typemaps.i" -%include "std_vector.i" %include "std_string.i" /* turn on director wrapping Callback */ diff --git a/Examples/python/extend/example.cxx b/Examples/python/extend/example.cxx index 77a6c743d..450d75608 100644 --- a/Examples/python/extend/example.cxx +++ b/Examples/python/extend/example.cxx @@ -1,4 +1,4 @@ -/* File : example.c */ +/* File : example.cxx */ #include "example.h" diff --git a/Examples/python/extend/example.i b/Examples/python/extend/example.i index c83709948..c8ec32e09 100644 --- a/Examples/python/extend/example.i +++ b/Examples/python/extend/example.i @@ -4,7 +4,6 @@ #include "example.h" %} -%include "typemaps.i" %include "std_vector.i" %include "std_string.i"