Hide RPCServer implementation

This commit is contained in:
Vinnie Falco
2013-07-08 19:54:03 -07:00
parent 2a29d3b0da
commit 8d4f8b3fa3
12 changed files with 367 additions and 306 deletions

View File

@@ -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>

View File

@@ -21,7 +21,6 @@ namespace ripple
{
#include "basics/ripple_HTTPRequest.cpp"
#include "client/ripple_HttpsClient.cpp"
#include "basics/ripple_HttpsClient.cpp"
}

View File

@@ -28,8 +28,7 @@ namespace ripple
{
#include "basics/ripple_HTTPRequest.h"
#include "client/ripple_HttpsClient.h"
#include "basics/ripple_HttpsClient.h"
}