| 116 | typedef command_result (Svc::*function_type)(color_ostream &out, const In *input, Out *output); |
| 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) |
no test coverage detected