Skip to content

Instantly share code, notes, and snippets.

@hkaiser
Created February 5, 2016 23:49
Show Gist options
  • Save hkaiser/1db794fa76fcd17674cd to your computer and use it in GitHub Desktop.
Save hkaiser/1db794fa76fcd17674cd to your computer and use it in GitHub Desktop.
response addressing_service::service(
request const& req
, error_code& ec
)
{
return client_->service(req, ec);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment