From: Yedidya Feldblum Date: Sun, 23 Aug 2015 05:09:33 +0000 (-0700) Subject: Rename fixup from TDelayedDestruction to DelayedDestruction. X-Git-Tag: v0.55.0~4 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2d6a824fc67a236d41c7a6cdf5734654d42fe710;p=folly.git Rename fixup from TDelayedDestruction to DelayedDestruction. Summary: [Folly] Rename fixup from TDelayedDestruction to DelayedDestruction. Just affects comments. Reviewed By: @haijunz Differential Revision: D2373364 --- diff --git a/folly/io/async/AsyncSSLSocket.h b/folly/io/async/AsyncSSLSocket.h index 315ce84d..227e5ea7 100644 --- a/folly/io/async/AsyncSSLSocket.h +++ b/folly/io/async/AsyncSSLSocket.h @@ -668,7 +668,7 @@ class AsyncSSLSocket : public virtual AsyncSocket { * Protected destructor. * * Users of AsyncSSLSocket must never delete it directly. Instead, invoke - * destroy() instead. (See the documentation in TDelayedDestruction.h for + * destroy() instead. (See the documentation in DelayedDestruction.h for * more details.) */ ~AsyncSSLSocket(); diff --git a/folly/io/async/test/MockAsyncServerSocket.h b/folly/io/async/test/MockAsyncServerSocket.h index ac0b8d5e..af9176a0 100644 --- a/folly/io/async/test/MockAsyncServerSocket.h +++ b/folly/io/async/test/MockAsyncServerSocket.h @@ -29,7 +29,7 @@ public: typedef std::unique_ptr UniquePtr; // We explicitly do not mock destroy(), since the base class implementation - // in TDelayedDestruction is what actually deletes the object. + // in DelayedDestruction is what actually deletes the object. //MOCK_METHOD0(destroy, // void()); MOCK_METHOD1(bind,