AsyncServerSocket disallow copy, move, and default ctor
authorPraveen Kumar <cpp.fool@gmail.com>
Fri, 13 Mar 2015 03:41:03 +0000 (09:11 +0530)
committerAndre Azevedo <aap@fb.com>
Wed, 18 Mar 2015 03:18:46 +0000 (20:18 -0700)
commitc2a600499b4716a9f495427cd7012fa741d94df0
tree18cd44d95f93bd76729c950b530e782d082b8ed4
parent72683c85fb8ce07f6cd8b9f682bee6842dfcc62f
AsyncServerSocket disallow copy, move, and default ctor

Summary:
AsyncServerSocket disallow copy construction, copy assignment,
move construction, move assignment, and default
construction.

Closes https://github.com/facebook/folly/pull/148

Test Plan: all folly/tests, make check for 37 tests, passed.

Reviewed By: ldbrandy@fb.com

Subscribers: lins, anca, folly-diffs@, yfeldblum

FB internal diff: D1912488

Signature: t1:1912488:1426267982:a9690ce9429016f89630f0ded64b7be9ff80c39d
folly/io/async/AsyncServerSocket.h