// func: ping bool func_0_delegate(RpcMessage m) { bool r = false; ITerminalGatewayServer servant = (ITerminalGatewayServer)this.inst; RpcContext ctx = new RpcContext(); ctx.msg = m; servant.ping(ctx); if ((m.calltype & RpcMessage.ONEWAY) != 0) { return(true); } return(r); }