]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Thread.h: disable copy constr and assignment op 5133/head
authorMichal Jarzabek <stiopa@gmail.com>
Sat, 5 Sep 2015 17:19:17 +0000 (18:19 +0100)
committerMichal Jarzabek <stiopa@gmail.com>
Sat, 5 Sep 2015 17:19:17 +0000 (18:19 +0100)
commit7080e0f13f055001a7a0ef42ae704006eb59ccfb
tree2441632b52ce7093a5ad7b59919639421faa95de
parented4cf3dcec62f51d03967a04d380142f8ac95536
Thread.h: disable copy constr and assignment op

Disable copy constructor and assignment operator.
They are currently not defined, so any attempt to use them will
result in linker error.

Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
src/common/Thread.h