| 117 | |
| 118 | In *in() { return static_cast<In*>(RPCFunctionBase::in()); } |
| 119 | Out *out() { return static_cast<Out*>(RPCFunctionBase::out()); } |
| 120 | |
| 121 | ServerMethod(RPCService *owner, const char *name, int flags, function_type fptr) |
| 122 | : ServerFunctionBase(&In::default_instance(), &Out::default_instance(), owner, name, flags), |
no test coverage detected