mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Hide RPCServer implementation
This commit is contained in:
@@ -7,9 +7,10 @@
|
||||
#ifndef RIPPLE_HTTPSCLIENT_H_INCLUDED
|
||||
#define RIPPLE_HTTPSCLIENT_H_INCLUDED
|
||||
|
||||
// VFALCO TODO Make this an abstract interface.
|
||||
//
|
||||
/** Provides an asynchronous HTTPS client implementation.
|
||||
*/
|
||||
|
||||
class HttpsClient
|
||||
: public boost::enable_shared_from_this <HttpsClient>
|
||||
, LeakChecked <HttpsClient>
|
||||
@@ -21,7 +21,6 @@ namespace ripple
|
||||
{
|
||||
|
||||
#include "basics/ripple_HTTPRequest.cpp"
|
||||
|
||||
#include "client/ripple_HttpsClient.cpp"
|
||||
#include "basics/ripple_HttpsClient.cpp"
|
||||
|
||||
}
|
||||
|
||||
@@ -28,8 +28,7 @@ namespace ripple
|
||||
{
|
||||
|
||||
#include "basics/ripple_HTTPRequest.h"
|
||||
|
||||
#include "client/ripple_HttpsClient.h"
|
||||
#include "basics/ripple_HttpsClient.h"
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user