summaryrefslogtreecommitdiff
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/csharp/swiginterface.i (renamed from Lib/csharp/feature_interface.i)9
-rw-r--r--Lib/java/swiginterface.i (renamed from Lib/java/feature_interface.i)9
2 files changed, 18 insertions, 0 deletions
diff --git a/Lib/csharp/feature_interface.i b/Lib/csharp/swiginterface.i
index 2d1fd9bf1..96e2b1d39 100644
--- a/Lib/csharp/feature_interface.i
+++ b/Lib/csharp/swiginterface.i
@@ -1,3 +1,12 @@
+/* -----------------------------------------------------------------------------
+ * swiginterface.i
+ *
+ * SWIG interface feature and typemaps implementation providing:
+ * %interface
+ * %interface_impl
+ * %interface_custom
+ * ----------------------------------------------------------------------------- */
+
%define INTERFACE_TYPEMAPS(CTYPE...)
%typemap(cstype) CTYPE "$&csinterfacename"
%typemap(cstype) CTYPE *, CTYPE [], CTYPE & "$csinterfacename"
diff --git a/Lib/java/feature_interface.i b/Lib/java/swiginterface.i
index 9c83e7fb9..e0486474e 100644
--- a/Lib/java/feature_interface.i
+++ b/Lib/java/swiginterface.i
@@ -1,3 +1,12 @@
+/* -----------------------------------------------------------------------------
+ * swiginterface.i
+ *
+ * SWIG interface feature and typemaps implementation providing:
+ * %interface
+ * %interface_impl
+ * %interface_custom
+ * ----------------------------------------------------------------------------- */
+
%define INTERFACE_TYPEMAPS(CTYPE...)
%typemap(jtype) CTYPE, CTYPE *, CTYPE *const&, CTYPE [], CTYPE & "long"
%typemap(jstype) CTYPE "$&javainterfacename"