From 2d9ed7eea26c660d52e63f78cad1e61eb879f080 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/SWIG@5092 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/java/callback/.cvsignore | 1 + Examples/java/callback/example.i | 2 -- Examples/python/callback/example.i | 2 -- Examples/python/extend/example.cxx | 2 +- Examples/python/extend/example.i | 1 - 5 files changed, 2 insertions(+), 6 deletions(-) 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"