| 136 | typedef command_result (Svc::*function_type)(color_ostream &out, const In *input); |
| 137 | |
| 138 | In *in() { return static_cast<In*>(RPCFunctionBase::in()); } |
| 139 | |
| 140 | VoidServerMethod(RPCService *owner, const char *name, int flags, function_type fptr) |
| 141 | : ServerFunctionBase(&In::default_instance(), &EmptyMessage::default_instance(), owner, name, flags), |