*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7235 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-05-27 22:47:10 +00:00
commit d7575bca78

View file

@ -1,12 +1,17 @@
Version 1.3.25 (In progress)
============================
05/27/2005: wsfulton
Modernised and tidied up Windows macros --> SWIGEXPORT, SWIGSTDCALL. They can be overridden
by users via -D compiler directives if need be.
05/26/2005: wsfulton
%csmethodmodifiers can be applied to variables as well as methods now.
%csmethodmodifiers will replace the virtual/new/override modifiers that SWIG thinks is
appropriate in addition to the default 'public'. This is necessary for some obscure cases
where SWIG might get the modifiers incorrect, for example with private inheritance.
In addition to the default 'public' modifier that SWIG generates, %csmethodmodifiers will also
replace the virtual/new/override modifiers that SWIG thinks is appropriate. This feature is
useful for some obscure cases where SWIG might get the modifiers incorrect, for example
with private inheritance and overriding a method in the base class.
*** POTENTIAL INCOMPATIBILITY FOR C# MODULE ***