From 861fac1d90056baddf39f04559e5775b6ca49d76 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 8 Sep 2003 22:07:49 +0000 Subject: [PATCH] Minor tidyup mods git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5092 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/java/callback/.cvsignore | 1 + SWIG/Examples/java/callback/example.i | 2 -- SWIG/Examples/python/callback/example.i | 2 -- SWIG/Examples/python/extend/example.cxx | 2 +- SWIG/Examples/python/extend/example.i | 1 - 5 files changed, 2 insertions(+), 6 deletions(-) diff --git a/SWIG/Examples/java/callback/.cvsignore b/SWIG/Examples/java/callback/.cvsignore index 48f246378..5357e1b11 100644 --- a/SWIG/Examples/java/callback/.cvsignore +++ b/SWIG/Examples/java/callback/.cvsignore @@ -2,6 +2,7 @@ *.java *_wrap.c *_wrap.cxx +*_wrap.h *.dll *.dsw *.exp diff --git a/SWIG/Examples/java/callback/example.i b/SWIG/Examples/java/callback/example.i index 438ec6771..90beda01a 100644 --- a/SWIG/Examples/java/callback/example.i +++ b/SWIG/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/SWIG/Examples/python/callback/example.i b/SWIG/Examples/python/callback/example.i index 2e5a657ab..90beda01a 100644 --- a/SWIG/Examples/python/callback/example.i +++ b/SWIG/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/SWIG/Examples/python/extend/example.cxx b/SWIG/Examples/python/extend/example.cxx index 77a6c743d..450d75608 100644 --- a/SWIG/Examples/python/extend/example.cxx +++ b/SWIG/Examples/python/extend/example.cxx @@ -1,4 +1,4 @@ -/* File : example.c */ +/* File : example.cxx */ #include "example.h" diff --git a/SWIG/Examples/python/extend/example.i b/SWIG/Examples/python/extend/example.i index c83709948..c8ec32e09 100644 --- a/SWIG/Examples/python/extend/example.i +++ b/SWIG/Examples/python/extend/example.i @@ -4,7 +4,6 @@ #include "example.h" %} -%include "typemaps.i" %include "std_vector.i" %include "std_string.i"