From 631fffee8a28b1bec5ed1f1d26a20e0135967f99 Mon Sep 17 00:00:00 2001 From: Mamadou DIOP Date: Mon, 17 Aug 2015 01:56:35 +0200 Subject: - --- Samples/C#/IPSec/ipsec_lib/tipsec_error_t.cs | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Samples/C#/IPSec/ipsec_lib/tipsec_error_t.cs (limited to 'Samples/C#/IPSec/ipsec_lib/tipsec_error_t.cs') diff --git a/Samples/C#/IPSec/ipsec_lib/tipsec_error_t.cs b/Samples/C#/IPSec/ipsec_lib/tipsec_error_t.cs new file mode 100644 index 0000000..b5f5a5e --- /dev/null +++ b/Samples/C#/IPSec/ipsec_lib/tipsec_error_t.cs @@ -0,0 +1,24 @@ +/* ---------------------------------------------------------------------------- + * This file was automatically generated by SWIG (http://www.swig.org). + * Version 2.0.9 + * + * Do not make changes to this file unless you know what you are doing--modify + * the SWIG interface file instead. + * ----------------------------------------------------------------------------- */ + +namespace org.doubango.ipsecWRAP { + +public enum tipsec_error_t { + tipsec_error_success = 0, + tipsec_error_invalid_param, + tipsec_error_invalid_state, + tipsec_error_access_violation, + tipsec_error_permission_denied, + tipsec_error_outofmemory, + tipsec_error_outofbound, + tipsec_error_notfound, + tipsec_error_notimplemented, + tipsec_error_sys +} + +} -- cgit v1.1