示例#1
0
 public virtual int OnEvent(MsrpEvent e)
 {
     return(this.SwigDerivedClassHasMethod("OnEvent", MsrpCallback.swigMethodTypes0) ? tinyWRAPPINVOKE.MsrpCallback_OnEventSwigExplicitMsrpCallback(this.swigCPtr, MsrpEvent.getCPtr(e)) : tinyWRAPPINVOKE.MsrpCallback_OnEvent(this.swigCPtr, MsrpEvent.getCPtr(e)));
 }
示例#2
0
        public virtual int OnEvent(MsrpEvent e)
        {
            int ret = ((this.GetType() == typeof(MsrpCallback)) ? tinyWRAPPINVOKE.MsrpCallback_OnEvent(swigCPtr, MsrpEvent.getCPtr(e)) : tinyWRAPPINVOKE.MsrpCallback_OnEventSwigExplicitMsrpCallback(swigCPtr, MsrpEvent.getCPtr(e)));

            return(ret);
        }