Ejemplo n.º 1
0
    public virtual bool attach_rpc_server(RpcServer source)
    {
        bool ret = (SwigDerivedClassHasMethod("attach_rpc_server", swigMethodTypes9) ? yarpPINVOKE.RFModule_attach_rpc_serverSwigExplicitRFModule(swigCPtr, RpcServer.getCPtr(source)) : yarpPINVOKE.RFModule_attach_rpc_server(swigCPtr, RpcServer.getCPtr(source)));

        if (yarpPINVOKE.SWIGPendingException.Pending)
        {
            throw yarpPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }