Fix include guards in rippled.

This commit is contained in:
Tom Ritchford
2015-01-28 17:47:36 -05:00
committed by Vinnie Falco
parent c3809ece67
commit c3ae4da83a
159 changed files with 425 additions and 313 deletions

View File

@@ -17,8 +17,8 @@
*/
//==============================================================================
#ifndef RIPPLE_NET_BASICS_HTTPCLIENT_H_INCLUDED
#define RIPPLE_NET_BASICS_HTTPCLIENT_H_INCLUDED
#ifndef RIPPLE_NET_HTTPCLIENT_H_INCLUDED
#define RIPPLE_NET_HTTPCLIENT_H_INCLUDED
#include <boost/asio/io_service.hpp>
#include <boost/asio/streambuf.hpp>

View File

@@ -17,8 +17,8 @@
*/
//==============================================================================
#ifndef RIPPLE_NET_BASICS_HTTPREQUEST_H_INCLUDED
#define RIPPLE_NET_BASICS_HTTPREQUEST_H_INCLUDED
#ifndef RIPPLE_NET_HTTPREQUEST_H_INCLUDED
#define RIPPLE_NET_HTTPREQUEST_H_INCLUDED
#include <boost/asio/streambuf.hpp>
#include <map>

View File

@@ -17,8 +17,8 @@
*/
//==============================================================================
#ifndef RIPPLE_NET_RPC_INFOSUB_H_INCLUDED
#define RIPPLE_NET_RPC_INFOSUB_H_INCLUDED
#ifndef RIPPLE_NET_INFOSUB_H_INCLUDED
#define RIPPLE_NET_INFOSUB_H_INCLUDED
#include <ripple/basics/CountedObject.h>
#include <ripple/json/json_value.h>

View File

@@ -17,8 +17,8 @@
*/
//==============================================================================
#ifndef RIPPLE_NET_RPC_RPCCALL_H_INCLUDED
#define RIPPLE_NET_RPC_RPCCALL_H_INCLUDED
#ifndef RIPPLE_NET_RPCCALL_H_INCLUDED
#define RIPPLE_NET_RPCCALL_H_INCLUDED
#include <ripple/json/json_value.h>
#include <boost/asio/io_service.hpp>

View File

@@ -17,8 +17,8 @@
*/
//==============================================================================
#ifndef RIPPLE_NET_RPC_RPCERR_H_INCLUDED
#define RIPPLE_NET_RPC_RPCERR_H_INCLUDED
#ifndef RIPPLE_NET_RPCERR_H_INCLUDED
#define RIPPLE_NET_RPCERR_H_INCLUDED
#include <ripple/json/json_value.h>

View File

@@ -17,8 +17,8 @@
*/
//==============================================================================
#ifndef RIPPLE_NET_RPC_RPCSUB_H_INCLUDED
#define RIPPLE_NET_RPC_RPCSUB_H_INCLUDED
#ifndef RIPPLE_NET_RPCSUB_H_INCLUDED
#define RIPPLE_NET_RPCSUB_H_INCLUDED
#include <ripple/core/JobQueue.h>
#include <ripple/net/InfoSub.h>

View File

@@ -17,8 +17,8 @@
*/
//==============================================================================
#ifndef RIPPLE_NET_BASICS_SNTPCLIENT_H_INCLUDED
#define RIPPLE_NET_BASICS_SNTPCLIENT_H_INCLUDED
#ifndef RIPPLE_NET_SNTPCLIENT_H_INCLUDED
#define RIPPLE_NET_SNTPCLIENT_H_INCLUDED
#include <beast/threads/Stoppable.h>