Move streaming Json objects to ripple/json.

This commit is contained in:
Tom Ritchford
2015-01-27 12:10:42 -05:00
parent c5d673c426
commit e9b7003cf5
32 changed files with 173 additions and 184 deletions

View File

@@ -148,7 +148,7 @@ ServerHandlerImp::onHandoff (HTTP::Session& session,
}
static inline
RPC::Output makeOutput (HTTP::Session& session)
Json::Output makeOutput (HTTP::Session& session)
{
return [&](boost::string_ref const& b)
{