/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 2.0.4 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ----------------------------------------------------------------------------- */ package org.robovm.libimobiledevice.binding; public class IDeviceConnectionRef { private long swigCPtr; protected IDeviceConnectionRef(long cPtr, boolean futureUse) { swigCPtr = cPtr; } protected IDeviceConnectionRef() { swigCPtr = 0; } protected static long getCPtr(IDeviceConnectionRef obj) { return (obj == null) ? 0 : obj.swigCPtr; } }