*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7153 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-04-14 20:22:24 +00:00
commit 31c19ff7b7

View file

@ -1,6 +1,17 @@
Version 1.3.25 (In progress)
============================
04/14/2005: wsfulton
[C#] More fixes for typemap matching when wrapping variables, in particular
std::string, so that std::string variables can be easily marshalled with
a C# string property using:
%include "std_string.i"
%apply const std::string & { std::string *variable_name };
std::string variable_name;
(Recall that all class variables are wrapped using pointers)
04/05/2005: wuzzeb (John Lenz)
[Chicken]
+ Added Examples/chicken/egg, an example on how to build a chicken