Rename fixup from TNotificationQueue to NotificationQueue.
authorYedidya Feldblum <yfeldblum@fb.com>
Sun, 23 Aug 2015 04:40:49 +0000 (21:40 -0700)
committerfacebook-github-bot-9 <folly-bot@fb.com>
Sun, 23 Aug 2015 05:20:19 +0000 (22:20 -0700)
commit88bee22f3b61a5b4fdae8fdfe4d5c831f254b970
treebe9ccc00fde38192f684968cf98d5ef2c947f6c0
parent74a1c03549d4ae3374eba514b6bcb564e7779929
Rename fixup from TNotificationQueue to NotificationQueue.

Summary: [Folly] Rename fixup from TNotificationQueue to NotificationQueue.

    hg locate 'folly/**/*.{h,cpp}' | xargs perl -pi -e 's/TNotificationQueue/NotificationQueue/g'

Reviewed By: @haijunz

Differential Revision: D2373334
folly/io/async/test/NotificationQueueTest.cpp