Move RequestContext::getStaticContext to .cpp
authorAndrii Grynenko <andrii@fb.com>
Sat, 20 Feb 2016 09:08:28 +0000 (01:08 -0800)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Sat, 20 Feb 2016 09:20:26 +0000 (01:20 -0800)
commitbb5ed8070d533c016e1e93cd274e76ce28a780bb
tree5c35a92800a4fb816bb1a90cc90ec5e5c689e6df
parent743a0b4850d9b4f6c72ee0427ffcfa30e2f53459
Move RequestContext::getStaticContext to .cpp

Summary: All singleton registration has to happen in .cpp. Otherwise singleton may be double registered if inlined.

Reviewed By: yfeldblum

Differential Revision: D2956951

fb-gh-sync-id: bea425c31270d614f4b8a780204694168602fe86
shipit-source-id: bea425c31270d614f4b8a780204694168602fe86
folly/Makefile.am
folly/io/async/Request.cpp [new file with mode: 0644]
folly/io/async/Request.h