summaryrefslogtreecommitdiffstats
path: root/build/xcode/src/bindings/swig/java/org/uscxml/SWIGTYPE_p_std__mapT_std__string_uscxml__Data_t.java
diff options
context:
space:
mode:
Diffstat (limited to 'build/xcode/src/bindings/swig/java/org/uscxml/SWIGTYPE_p_std__mapT_std__string_uscxml__Data_t.java')
-rw-r--r--build/xcode/src/bindings/swig/java/org/uscxml/SWIGTYPE_p_std__mapT_std__string_uscxml__Data_t.java26
1 files changed, 26 insertions, 0 deletions
diff --git a/build/xcode/src/bindings/swig/java/org/uscxml/SWIGTYPE_p_std__mapT_std__string_uscxml__Data_t.java b/build/xcode/src/bindings/swig/java/org/uscxml/SWIGTYPE_p_std__mapT_std__string_uscxml__Data_t.java
new file mode 100644
index 0000000..0f854ea
--- /dev/null
+++ b/build/xcode/src/bindings/swig/java/org/uscxml/SWIGTYPE_p_std__mapT_std__string_uscxml__Data_t.java
@@ -0,0 +1,26 @@
+/* ----------------------------------------------------------------------------
+ * This file was automatically generated by SWIG (http://www.swig.org).
+ * Version 2.0.5
+ *
+ * Do not make changes to this file unless you know what you are doing--modify
+ * the SWIG interface file instead.
+ * ----------------------------------------------------------------------------- */
+
+package org.uscxml;
+
+public class SWIGTYPE_p_std__mapT_std__string_uscxml__Data_t {
+ private long swigCPtr;
+
+ protected SWIGTYPE_p_std__mapT_std__string_uscxml__Data_t(long cPtr, boolean futureUse) {
+ swigCPtr = cPtr;
+ }
+
+ protected SWIGTYPE_p_std__mapT_std__string_uscxml__Data_t() {
+ swigCPtr = 0;
+ }
+
+ protected static long getCPtr(SWIGTYPE_p_std__mapT_std__string_uscxml__Data_t obj) {
+ return (obj == null) ? 0 : obj.swigCPtr;
+ }
+}
+