Exemplo n.º 1
0
        public virtual bool setIceCallback(CASessionCallIceCallbackObj oIceCallback)
        {
            bool ret = clWRAPPINVOKE.CASessionCall_setIceCallback(swigCPtr, CASessionCallIceCallbackObj.getCPtr(oIceCallback));

            if (clWRAPPINVOKE.SWIGPendingException.Pending)
            {
                throw clWRAPPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 public CASessionCallIceCallbackObj(CASessionCallIceCallbackObj obj) : this(clWRAPPINVOKE.new_CASessionCallIceCallbackObj__SWIG_1(CASessionCallIceCallbackObj.getCPtr(obj)), true)
 {
     if (clWRAPPINVOKE.SWIGPendingException.Pending)
     {
         throw clWRAPPINVOKE.SWIGPendingException.Retrieve();
     }
 }