]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Replaced TidyPointer with std::unique_ptr.
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 8 Jul 2016 11:26:40 +0000 (23:26 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 8 Jul 2016 11:26:40 +0000 (23:26 +1200)
LockingPointer is now a stand-alone class that is understood (and
documented) as a typical shared pointer with OpenSSL-friendly object
importing methods. Replaced its TidyPointer::reset() abuse with an
explicit resetWithoutLocking() method after reviewing that all such
calls needed no locking indeed.


Trivial merge