From 76eaea911bd1a5e1c0dc6f83a028e3b155306bdb Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 29 Apr 2008 18:01:45 +0000 Subject: [PATCH] shadow->proxy terminlogy update git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10398 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/chicken/README | 2 +- Examples/chicken/class/test-tinyclos-class.scm | 2 +- Examples/java/class/index.html | 4 ++-- Examples/octave/class/runme.m | 2 +- Examples/octave/extend/runme.m | 2 +- Examples/perl5/class/index.html | 2 +- Examples/perl5/inline/runme.pl | 2 +- Examples/perl5/reference/runme.pl | 2 +- Examples/perl5/value/index.html | 2 +- Examples/php4/reference/runme-proxy.php4 | 2 +- Examples/php4/reference/runme.php4 | 2 +- Examples/python/class/index.html | 2 +- Examples/python/class/runme.py | 2 +- Examples/python/exceptshadow/example.i | 8 ++++---- Examples/python/extend/runme.py | 2 +- Examples/python/reference/runme.py | 1 - Examples/python/shadow/index.html | 6 +++--- Examples/python/shadow/runme.py | 2 +- Examples/python/smartptr/runme.py | 2 +- Examples/python/swigrun/runme.py | 2 +- Examples/ruby/class/index.html | 2 +- 21 files changed, 26 insertions(+), 27 deletions(-) diff --git a/Examples/chicken/README b/Examples/chicken/README index 6245f41e3..d4f91baf6 100644 --- a/Examples/chicken/README +++ b/Examples/chicken/README @@ -1,6 +1,6 @@ This directory contains examples for CHICKEN. -class -- illustrates the shadow-class C++ interface +class -- illustrates the proxy class C++ interface constants -- handling #define and %constant literals egg -- examples of building chicken extension libraries multimap -- typemaps with multiple sub-types diff --git a/Examples/chicken/class/test-tinyclos-class.scm b/Examples/chicken/class/test-tinyclos-class.scm index 809a39e6d..5ba1d6adb 100644 --- a/Examples/chicken/class/test-tinyclos-class.scm +++ b/Examples/chicken/class/test-tinyclos-class.scm @@ -1,4 +1,4 @@ -;; This file illustrates the shadow C++ interface generated +;; This file illustrates the proxy C++ interface generated ;; by SWIG. (load-library 'example "class_proxy.so") diff --git a/Examples/java/class/index.html b/Examples/java/class/index.html index 07725da51..e9db7e94a 100644 --- a/Examples/java/class/index.html +++ b/Examples/java/class/index.html @@ -145,10 +145,10 @@ Shape.setNshapes(13); // Set a static data member

General Comments