示例#1
0
  Dispatcher::MethodCallDescriptor::MethodCallDescriptor(const MethodCall &call)
{
  method_name = call.getMethodName();
  documentation = "";
  return_signature = "";

  signature = call.getSignature(false);

  calltype = CallNone;
  invoked = 0;
  enabled = true;
}