mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Comment out non-working code.
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/enable_shared_from_this.hpp>
|
||||
#include <boost/asio.hpp>
|
||||
#include "json/json_spirit_utils.h"
|
||||
|
||||
class RPCServer : public boost::enable_shared_from_this<RPCServer>
|
||||
{
|
||||
@@ -25,7 +24,7 @@ class RPCServer : public boost::enable_shared_from_this<RPCServer>
|
||||
std::string handleRequest(std::string& requestStr);
|
||||
void sendReply();
|
||||
|
||||
json_spirit::Value doCommand(std::string& command,json_spirit::Array& params);
|
||||
// json_spirit::Value doCommand(std::string& command,json_spirit::Array& params);
|
||||
|
||||
public:
|
||||
typedef boost::shared_ptr<RPCServer> pointer;
|
||||
|
||||
Reference in New Issue
Block a user