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

@@ -21,11 +21,11 @@
#define RIPPLE_SERVER_JSONRPCUTIL_H_INCLUDED
#include <ripple/json/json_value.h>
#include <ripple/rpc/Output.h>
#include <ripple/json/Output.h>
namespace ripple {
void HTTPReply (int nStatus, std::string const& strMsg, RPC::Output);
void HTTPReply (int nStatus, std::string const& strMsg, Json::Output);
} // ripple