mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix include guards in rippled.
This commit is contained in:
committed by
Vinnie Falco
parent
c3809ece67
commit
c3ae4da83a
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_RPC_CONTEXT
|
||||
#define RIPPLE_RPC_CONTEXT
|
||||
#ifndef RIPPLE_RPC_CONTEXT_H_INCLUDED
|
||||
#define RIPPLE_RPC_CONTEXT_H_INCLUDED
|
||||
|
||||
#include <ripple/core/Config.h>
|
||||
#include <ripple/net/InfoSub.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLED_RIPPLE_RPC_COROUTINE_H
|
||||
#define RIPPLED_RIPPLE_RPC_COROUTINE_H
|
||||
#ifndef RIPPLE_RPC_COROUTINE_H_INCLUDED
|
||||
#define RIPPLE_RPC_COROUTINE_H_INCLUDED
|
||||
|
||||
#include <ripple/rpc/Yield.h>
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_APP_RPC_INTERNAL_HANDLER
|
||||
#define RIPPLE_APP_RPC_INTERNAL_HANDLER
|
||||
#ifndef RIPPLE_RPC_INTERNALHANDLER_H_INCLUDED
|
||||
#define RIPPLE_RPC_INTERNALHANDLER_H_INCLUDED
|
||||
|
||||
namespace ripple {
|
||||
namespace RPC {
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_APP_RPC_HANDLER
|
||||
#define RIPPLE_APP_RPC_HANDLER
|
||||
#ifndef RIPPLE_RPC_RPCHANDLER_H_INCLUDED
|
||||
#define RIPPLE_RPC_RPCHANDLER_H_INCLUDED
|
||||
|
||||
#include <ripple/core/Config.h>
|
||||
#include <ripple/net/InfoSub.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_STATUS_H
|
||||
#define RIPPLE_STATUS_H
|
||||
#ifndef RIPPLE_RPC_STATUS_H_INCLUDED
|
||||
#define RIPPLE_RPC_STATUS_H_INCLUDED
|
||||
|
||||
#include <ripple/protocol/TER.h>
|
||||
#include <ripple/protocol/ErrorCodes.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLED_RIPPLE_RPC_YIELD_H
|
||||
#define RIPPLED_RIPPLE_RPC_YIELD_H
|
||||
#ifndef RIPPLE_RPC_YIELD_H_INCLUDED
|
||||
#define RIPPLE_RPC_YIELD_H_INCLUDED
|
||||
|
||||
#include <ripple/rpc/Output.h>
|
||||
#include <boost/coroutine/all.hpp>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_HANDLER_HANDLERS
|
||||
#define RIPPLE_HANDLER_HANDLERS
|
||||
#ifndef RIPPLE_RPC_HANDLERS_HANDLERS_H_INCLUDED
|
||||
#define RIPPLE_RPC_HANDLERS_HANDLERS_H_INCLUDED
|
||||
|
||||
namespace ripple {
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLED_RIPPLE_RPC_HANDLERS_LEDGER_H
|
||||
#define RIPPLED_RIPPLE_RPC_HANDLERS_LEDGER_H
|
||||
#ifndef RIPPLE_RPC_HANDLERS_LEDGER_H_INCLUDED
|
||||
#define RIPPLE_RPC_HANDLERS_LEDGER_H_INCLUDED
|
||||
|
||||
#include <ripple/app/ledger/LedgerToJson.h>
|
||||
#include <ripple/core/LoadFeeTrack.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_RPC_PRINT_H_INCLUDED
|
||||
#define RIPPLE_RPC_PRINT_H_INCLUDED
|
||||
#ifndef RIPPLE_RPC_DOPRINT_H_INCLUDED
|
||||
#define RIPPLE_RPC_DOPRINT_H_INCLUDED
|
||||
|
||||
#include <ripple/app/main/Application.h>
|
||||
#include <ripple/json/JsonPropertyStream.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_RPC_HANDLER
|
||||
#define RIPPLE_RPC_HANDLER
|
||||
#ifndef RIPPLE_RPC_HANDLER_H_INCLUDED
|
||||
#define RIPPLE_RPC_HANDLER_H_INCLUDED
|
||||
|
||||
#include <ripple/core/Config.h>
|
||||
#include <ripple/rpc/RPCHandler.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLED_RIPPLE_RPC_IMPL_JSONCOLLECTIONS_H
|
||||
#define RIPPLED_RIPPLE_RPC_IMPL_JSONCOLLECTIONS_H
|
||||
#ifndef RIPPLE_RPC_JSONOBJECT_H_INCLUDED
|
||||
#define RIPPLE_RPC_JSONOBJECT_H_INCLUDED
|
||||
|
||||
#include <ripple/rpc/impl/JsonWriter.h>
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLED_RIPPLE_BASICS_TYPES_JSONWRITER_H
|
||||
#define RIPPLED_RIPPLE_BASICS_TYPES_JSONWRITER_H
|
||||
#ifndef RIPPLE_RPC_JSONWRITER_H_INCLUDED
|
||||
#define RIPPLE_RPC_JSONWRITER_H_INCLUDED
|
||||
|
||||
#include <ripple/basics/ToString.h>
|
||||
#include <ripple/protocol/ErrorCodes.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLED_RIPPLE_RPC_IMPL_WRITELEGACYJSON_H
|
||||
#define RIPPLED_RIPPLE_RPC_IMPL_WRITELEGACYJSON_H
|
||||
#ifndef RIPPLE_RPC_WRITEJSON_H_INCLUDED
|
||||
#define RIPPLE_RPC_WRITEJSON_H_INCLUDED
|
||||
|
||||
namespace ripple {
|
||||
namespace RPC {
|
||||
|
||||
Reference in New Issue
Block a user