You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Greg Mann <gr...@mesosphere.io> on 2017/08/26 14:40:05 UTC

Review Request 61923: Updated `AuthorizationAcceptor::create()` to use move semantics.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61923/
-----------------------------------------------------------

Review request for mesos, Gastón Kleiman, Joseph Wu, and Michael Park.


Bugs: MESOS-7914
    https://issues.apache.org/jira/browse/MESOS-7914


Repository: mesos


Description
-------

This patch makes `AuthorizationAcceptor` non-copyable, adds a
move constructor, and updates the static `create` method to
use it.


Diffs
-----

  src/common/http.hpp 0e6b1c59860e75c04e2e3be2520ed2b39c84ac90 
  src/common/http.cpp 226fed440e0bdf4eb87cd5a4a9773105d62bea8a 


Diff: https://reviews.apache.org/r/61923/diff/1/


Testing
-------

`make check`


Thanks,

Greg Mann