summaryrefslogtreecommitdiff
path: root/Source/Include/swigwarn.h
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2005-02-02 22:44:32 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2005-02-02 22:44:32 +0000
commitbac8f43f79c77660a94ba4d8b62103fe31efde26 (patch)
tree1343a145750ca906f635219b729fd5b2bfe2db25 /Source/Include/swigwarn.h
parentdf49ff9f1e63f107b96c90acbad57aabbbf657fa (diff)
downloadswig-bac8f43f79c77660a94ba4d8b62103fe31efde26.tar.gz
C# exception handling improvements - they are robust and don't leak anymore. Requires typemap modifications using attribute canthrow in any unmanaged code typemaps that throw an exception and excode attribute in csout and csconstruct typemaps.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6934 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Source/Include/swigwarn.h')
-rw-r--r--Source/Include/swigwarn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Include/swigwarn.h b/Source/Include/swigwarn.h
index 4feb39ec7..e7566f807 100644
--- a/Source/Include/swigwarn.h
+++ b/Source/Include/swigwarn.h
@@ -205,6 +205,8 @@
#define WARN_CSHARP_TYPEMAP_CSDIRECTOROUT_UNDEF 840
#define WARN_CSHARP_COVARIANT_RET 842
#define WARN_CSHARP_TYPEMAP_CSCONSTRUCT_UNDEF 843
+#define WARN_CSHARP_EXCODE 844
+#define WARN_CSHARP_CANTHROW 845
/* please leave 830-849 free for C# */