public virtual bool onStateChanged(CASessionCallObj oCall)
        {
            bool ret = clWRAPPINVOKE.CASessionCallIceCallback_onStateChanged(swigCPtr, CASessionCallObj.getCPtr(oCall));

            if (clWRAPPINVOKE.SWIGPendingException.Pending)
            {
                throw clWRAPPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#2
0
 public CASessionCallObj(CASessionCallObj obj) : this(clWRAPPINVOKE.new_CASessionCallObj__SWIG_1(CASessionCallObj.getCPtr(obj)), true)
 {
     if (clWRAPPINVOKE.SWIGPendingException.Pending)
     {
         throw clWRAPPINVOKE.SWIGPendingException.Retrieve();
     }
 }