mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +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_CORE_AMOUNT_H_INCLUDED
|
||||
#define RIPPLE_CORE_AMOUNT_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_BOOK_AMOUNT_H_INCLUDED
|
||||
#define RIPPLE_APP_BOOK_AMOUNT_H_INCLUDED
|
||||
|
||||
#include <ripple/protocol/STObject.h>
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_CORE_AMOUNTS_H_INCLUDED
|
||||
#define RIPPLE_CORE_AMOUNTS_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_BOOK_AMOUNTS_H_INCLUDED
|
||||
#define RIPPLE_APP_BOOK_AMOUNTS_H_INCLUDED
|
||||
|
||||
#include <ripple/app/book/Amount.h>
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_CORE_BOOKTIP_H_INCLUDED
|
||||
#define RIPPLE_CORE_BOOKTIP_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_BOOK_BOOKTIP_H_INCLUDED
|
||||
#define RIPPLE_APP_BOOK_BOOKTIP_H_INCLUDED
|
||||
|
||||
#include <ripple/app/book/Quality.h>
|
||||
#include <ripple/app/book/Types.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_CORE_OFFER_H_INCLUDED
|
||||
#define RIPPLE_CORE_OFFER_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_BOOK_OFFER_H_INCLUDED
|
||||
#define RIPPLE_APP_BOOK_OFFER_H_INCLUDED
|
||||
|
||||
#include <ripple/app/book/Amounts.h>
|
||||
#include <ripple/app/book/Quality.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_CORE_OFFERSTREAM_H_INCLUDED
|
||||
#define RIPPLE_CORE_OFFERSTREAM_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_BOOK_OFFERSTREAM_H_INCLUDED
|
||||
#define RIPPLE_APP_BOOK_OFFERSTREAM_H_INCLUDED
|
||||
|
||||
#include <ripple/app/book/BookTip.h>
|
||||
#include <ripple/app/book/Offer.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_CORE_QUALITY_H_INCLUDED
|
||||
#define RIPPLE_CORE_QUALITY_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_BOOK_QUALITY_H_INCLUDED
|
||||
#define RIPPLE_APP_BOOK_QUALITY_H_INCLUDED
|
||||
|
||||
#include <ripple/app/book/Amount.h>
|
||||
#include <ripple/app/book/Amounts.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_CORE_TAKER_H_INCLUDED
|
||||
#define RIPPLE_CORE_TAKER_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_BOOK_TAKER_H_INCLUDED
|
||||
#define RIPPLE_APP_BOOK_TAKER_H_INCLUDED
|
||||
|
||||
#include <ripple/app/book/Amounts.h>
|
||||
#include <ripple/app/book/Quality.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_CORE_TYPES_H_INCLUDED
|
||||
#define RIPPLE_CORE_TYPES_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_BOOK_TYPES_H_INCLUDED
|
||||
#define RIPPLE_APP_BOOK_TYPES_H_INCLUDED
|
||||
|
||||
#include <ripple/app/ledger/LedgerEntrySet.h>
|
||||
#include <ripple/protocol/Book.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_DISPUTEDTX_H
|
||||
#define RIPPLE_DISPUTEDTX_H
|
||||
#ifndef RIPPLE_APP_CONSENSUS_DISPUTEDTX_H_INCLUDED
|
||||
#define RIPPLE_APP_CONSENSUS_DISPUTEDTX_H_INCLUDED
|
||||
|
||||
#include <ripple/protocol/UintTypes.h>
|
||||
#include <ripple/protocol/Serializer.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_LEDGERCONSENSUS_H
|
||||
#define RIPPLE_LEDGERCONSENSUS_H
|
||||
#ifndef RIPPLE_APP_CONSENSUS_LEDGERCONSENSUS_H_INCLUDED
|
||||
#define RIPPLE_APP_CONSENSUS_LEDGERCONSENSUS_H_INCLUDED
|
||||
|
||||
#include <ripple/app/ledger/Ledger.h>
|
||||
#include <ripple/app/ledger/LedgerProposal.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_DBINIT_H_INCLUDED
|
||||
#define RIPPLE_DBINIT_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_DATA_DBINIT_H_INCLUDED
|
||||
#define RIPPLE_APP_DATA_DBINIT_H_INCLUDED
|
||||
|
||||
namespace ripple {
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_DATABASE_H_INCLUDED
|
||||
#define RIPPLE_DATABASE_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_DATA_DATABASE_H_INCLUDED
|
||||
#define RIPPLE_APP_DATA_DATABASE_H_INCLUDED
|
||||
|
||||
#include <ripple/basics/Blob.h>
|
||||
#include <cstdint>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_DATABASECON_H
|
||||
#define RIPPLE_DATABASECON_H
|
||||
#ifndef RIPPLE_APP_DATA_DATABASECON_H_INCLUDED
|
||||
#define RIPPLE_APP_DATA_DATABASECON_H_INCLUDED
|
||||
|
||||
#include <ripple/app/data/Database.h>
|
||||
#include <ripple/core/Config.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_SQLITEDATABASE_H_INCLUDED
|
||||
#define RIPPLE_SQLITEDATABASE_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_DATA_SQLITEDATABASE_H_INCLUDED
|
||||
#define RIPPLE_APP_DATA_SQLITEDATABASE_H_INCLUDED
|
||||
|
||||
#include <ripple/app/data/Database.h>
|
||||
#include <ripple/basics/Blob.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_ACCEPTEDLEDGER_H
|
||||
#define RIPPLE_ACCEPTEDLEDGER_H
|
||||
#ifndef RIPPLE_APP_LEDGER_ACCEPTEDLEDGER_H_INCLUDED
|
||||
#define RIPPLE_APP_LEDGER_ACCEPTEDLEDGER_H_INCLUDED
|
||||
|
||||
#include <ripple/app/ledger/AcceptedLedgerTx.h>
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_ACCEPTEDLEDGERTX_H
|
||||
#define RIPPLE_ACCEPTEDLEDGERTX_H
|
||||
#ifndef RIPPLE_APP_LEDGER_ACCEPTEDLEDGERTX_H_INCLUDED
|
||||
#define RIPPLE_APP_LEDGER_ACCEPTEDLEDGERTX_H_INCLUDED
|
||||
|
||||
#include <ripple/app/ledger/Ledger.h>
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_LEDGER_ACCOUNTSTATESF_H_INCLUDED
|
||||
#define RIPPLE_LEDGER_ACCOUNTSTATESF_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_LEDGER_ACCOUNTSTATESF_H_INCLUDED
|
||||
#define RIPPLE_APP_LEDGER_ACCOUNTSTATESF_H_INCLUDED
|
||||
|
||||
#include <ripple/shamap/SHAMapSyncFilter.h>
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_BOOKLISTENERS_H
|
||||
#define RIPPLE_BOOKLISTENERS_H
|
||||
#ifndef RIPPLE_APP_LEDGER_BOOKLISTENERS_H_INCLUDED
|
||||
#define RIPPLE_APP_LEDGER_BOOKLISTENERS_H_INCLUDED
|
||||
|
||||
#include <ripple/net/InfoSub.h>
|
||||
#include <memory>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_LEDGER_CONSENSUSTRANSSETSF_H_INCLUDED
|
||||
#define RIPPLE_LEDGER_CONSENSUSTRANSSETSF_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_LEDGER_CONSENSUSTRANSSETSF_H_INCLUDED
|
||||
#define RIPPLE_APP_LEDGER_CONSENSUSTRANSSETSF_H_INCLUDED
|
||||
|
||||
#include <ripple/shamap/SHAMapSyncFilter.h>
|
||||
#include <ripple/basics/TaggedCache.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_DIRECTORYENTRYITERATOR_H_INCLUDED
|
||||
#define RIPPLE_DIRECTORYENTRYITERATOR_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_LEDGER_DIRECTORYENTRYITERATOR_H_INCLUDED
|
||||
#define RIPPLE_APP_LEDGER_DIRECTORYENTRYITERATOR_H_INCLUDED
|
||||
|
||||
#include <ripple/basics/base_uint.h>
|
||||
#include <ripple/app/ledger/LedgerEntrySet.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_INBOUNDLEDGER_H
|
||||
#define RIPPLE_INBOUNDLEDGER_H
|
||||
#ifndef RIPPLE_APP_LEDGER_INBOUNDLEDGER_H_INCLUDED
|
||||
#define RIPPLE_APP_LEDGER_INBOUNDLEDGER_H_INCLUDED
|
||||
|
||||
#include <ripple/app/ledger/Ledger.h>
|
||||
#include <ripple/app/peers/PeerSet.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_INBOUNDLEDGERS_H
|
||||
#define RIPPLE_INBOUNDLEDGERS_H
|
||||
#ifndef RIPPLE_APP_LEDGER_INBOUNDLEDGERS_H_INCLUDED
|
||||
#define RIPPLE_APP_LEDGER_INBOUNDLEDGERS_H_INCLUDED
|
||||
|
||||
#include <ripple/app/ledger/InboundLedger.h>
|
||||
#include <ripple/protocol/RippleLedgerHash.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_LEDGER_H
|
||||
#define RIPPLE_LEDGER_H
|
||||
#ifndef RIPPLE_APP_LEDGER_LEDGER_H_INCLUDED
|
||||
#define RIPPLE_APP_LEDGER_LEDGER_H_INCLUDED
|
||||
|
||||
#include <ripple/shamap/SHAMap.h>
|
||||
#include <ripple/app/tx/Transaction.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_LEDGERCLEANER_H_INCLUDED
|
||||
#define RIPPLE_LEDGERCLEANER_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_LEDGER_LEDGERCLEANER_H_INCLUDED
|
||||
#define RIPPLE_APP_LEDGER_LEDGERCLEANER_H_INCLUDED
|
||||
|
||||
#include <ripple/json/json_value.h>
|
||||
#include <beast/threads/Stoppable.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_LEDGERENTRYSET_H
|
||||
#define RIPPLE_LEDGERENTRYSET_H
|
||||
#ifndef RIPPLE_APP_LEDGER_LEDGERENTRYSET_H_INCLUDED
|
||||
#define RIPPLE_APP_LEDGER_LEDGERENTRYSET_H_INCLUDED
|
||||
|
||||
#include <ripple/app/ledger/Ledger.h>
|
||||
#include <ripple/basics/CountedObject.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_LEDGERHISTORY_H
|
||||
#define RIPPLE_LEDGERHISTORY_H
|
||||
#ifndef RIPPLE_APP_LEDGER_LEDGERHISTORY_H_INCLUDED
|
||||
#define RIPPLE_APP_LEDGER_LEDGERHISTORY_H_INCLUDED
|
||||
|
||||
#include <ripple/app/ledger/Ledger.h>
|
||||
#include <ripple/protocol/RippleLedgerHash.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_LEDGERHOLDER_H
|
||||
#define RIPPLE_LEDGERHOLDER_H
|
||||
#ifndef RIPPLE_APP_LEDGER_LEDGERHOLDER_H_INCLUDED
|
||||
#define RIPPLE_APP_LEDGER_LEDGERHOLDER_H_INCLUDED
|
||||
|
||||
namespace ripple {
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_LEDGERMASTER_H_INCLUDED
|
||||
#define RIPPLE_LEDGERMASTER_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_LEDGER_LEDGERMASTER_H_INCLUDED
|
||||
#define RIPPLE_APP_LEDGER_LEDGERMASTER_H_INCLUDED
|
||||
|
||||
#include <ripple/app/ledger/LedgerEntrySet.h>
|
||||
#include <ripple/basics/StringUtilities.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_APP_LEDGERPROPOSAL_H_INCLUDED
|
||||
#define RIPPLE_APP_LEDGERPROPOSAL_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_LEDGER_LEDGERPROPOSAL_H_INCLUDED
|
||||
#define RIPPLE_APP_LEDGER_LEDGERPROPOSAL_H_INCLUDED
|
||||
|
||||
#include <ripple/basics/CountedObject.h>
|
||||
#include <ripple/basics/base_uint.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef __LEDGERTIMING__
|
||||
#define __LEDGERTIMING__
|
||||
#ifndef RIPPLE_APP_LEDGER_LEDGERTIMING_H_INCLUDED
|
||||
#define RIPPLE_APP_LEDGER_LEDGERTIMING_H_INCLUDED
|
||||
|
||||
namespace ripple {
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLED_RIPPLE_APP_LEDGER_LEDGERTOJSON_H
|
||||
#define RIPPLED_RIPPLE_APP_LEDGER_LEDGERTOJSON_H
|
||||
#ifndef RIPPLE_APP_LEDGER_LEDGERTOJSON_H_INCLUDED
|
||||
#define RIPPLE_APP_LEDGER_LEDGERTOJSON_H_INCLUDED
|
||||
|
||||
#include <ripple/app/ledger/Ledger.h>
|
||||
#include <ripple/basics/Time.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_ORDERBOOKDB_H_INCLUDED
|
||||
#define RIPPLE_ORDERBOOKDB_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_LEDGER_ORDERBOOKDB_H_INCLUDED
|
||||
#define RIPPLE_APP_LEDGER_ORDERBOOKDB_H_INCLUDED
|
||||
|
||||
#include <ripple/app/ledger/AcceptedLedgerTx.h>
|
||||
#include <ripple/app/ledger/BookListeners.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_ORDERBOOKITERATOR_H_INCLUDED
|
||||
#define RIPPLE_ORDERBOOKITERATOR_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_LEDGER_ORDERBOOKITERATOR_H_INCLUDED
|
||||
#define RIPPLE_APP_LEDGER_ORDERBOOKITERATOR_H_INCLUDED
|
||||
|
||||
#include <ripple/app/ledger/DirectoryEntryIterator.h>
|
||||
#include <ripple/protocol/Indexes.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_LEDGER_TRANSACTIONSTATESF_H_INCLUDED
|
||||
#define RIPPLE_LEDGER_TRANSACTIONSTATESF_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_LEDGER_TRANSACTIONSTATESF_H_INCLUDED
|
||||
#define RIPPLE_APP_LEDGER_TRANSACTIONSTATESF_H_INCLUDED
|
||||
|
||||
#include <ripple/shamap/SHAMapSyncFilter.h>
|
||||
#include <cstdint>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_APP_APPLICATION_H_INCLUDED
|
||||
#define RIPPLE_APP_APPLICATION_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_MAIN_APPLICATION_H_INCLUDED
|
||||
#define RIPPLE_APP_MAIN_APPLICATION_H_INCLUDED
|
||||
|
||||
#include <ripple/shamap/FullBelowCache.h>
|
||||
#include <ripple/shamap/TreeNodeCache.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_RIPPLECOLLECTOR_H_INCLUDED
|
||||
#define RIPPLE_RIPPLECOLLECTOR_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_MAIN_COLLECTORMANAGER_H_INCLUDED
|
||||
#define RIPPLE_APP_MAIN_COLLECTORMANAGER_H_INCLUDED
|
||||
|
||||
#include <beast/module/core/text/StringPairArray.h>
|
||||
#include <beast/Insight.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_LOADMANAGER_H_INCLUDED
|
||||
#define RIPPLE_LOADMANAGER_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_MAIN_LOADMANAGER_H_INCLUDED
|
||||
#define RIPPLE_APP_MAIN_LOADMANAGER_H_INCLUDED
|
||||
|
||||
#include <beast/threads/Stoppable.h>
|
||||
#include <beast/cxx14/memory.h> // <memory>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_LOCALCREDENTIALS_H
|
||||
#define RIPPLE_LOCALCREDENTIALS_H
|
||||
#ifndef RIPPLE_APP_MAIN_LOCALCREDENTIALS_H_INCLUDED
|
||||
#define RIPPLE_APP_MAIN_LOCALCREDENTIALS_H_INCLUDED
|
||||
|
||||
#include <ripple/protocol/RippleAddress.h>
|
||||
#include <mutex>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_APP_NODESTORESCHEDULER_H_INCLUDED
|
||||
#define RIPPLE_APP_NODESTORESCHEDULER_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_MAIN_NODESTORESCHEDULER_H_INCLUDED
|
||||
#define RIPPLE_APP_MAIN_NODESTORESCHEDULER_H_INCLUDED
|
||||
|
||||
#include <ripple/nodestore/Scheduler.h>
|
||||
#include <ripple/core/JobQueue.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_APPLICATION_TUNING_H_INCLUDED
|
||||
#define RIPPLE_APPLICATION_TUNING_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_MAIN_TUNING_H_INCLUDED
|
||||
#define RIPPLE_APP_MAIN_TUNING_H_INCLUDED
|
||||
|
||||
namespace ripple {
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_ACCOUNTSTATE_H
|
||||
#define RIPPLE_ACCOUNTSTATE_H
|
||||
#ifndef RIPPLE_APP_MISC_ACCOUNTSTATE_H_INCLUDED
|
||||
#define RIPPLE_APP_MISC_ACCOUNTSTATE_H_INCLUDED
|
||||
|
||||
#include <ripple/basics/Blob.h>
|
||||
#include <ripple/protocol/RippleAddress.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_AMENDMENT_TABLE_H
|
||||
#define RIPPLE_AMENDMENT_TABLE_H
|
||||
#ifndef RIPPLE_APP_MISC_AMENDMENTTABLE_H_INCLUDED
|
||||
#define RIPPLE_APP_MISC_AMENDMENTTABLE_H_INCLUDED
|
||||
|
||||
#include <ripple/app/book/Types.h>
|
||||
#include <ripple/app/misc/Validations.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_CANONICALTXSET_H
|
||||
#define RIPPLE_CANONICALTXSET_H
|
||||
#ifndef RIPPLE_APP_MISC_CANONICALTXSET_H_INCLUDED
|
||||
#define RIPPLE_APP_MISC_CANONICALTXSET_H_INCLUDED
|
||||
|
||||
#include <ripple/protocol/RippleLedgerHash.h>
|
||||
#include <ripple/protocol/STTx.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_APP_DEFAULTMISSINGNODEHANDLER_H_INCLUDED
|
||||
#define RIPPLE_APP_DEFAULTMISSINGNODEHANDLER_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_MISC_DEFAULTMISSINGNODEHANDLER_H_INCLUDED
|
||||
#define RIPPLE_APP_MISC_DEFAULTMISSINGNODEHANDLER_H_INCLUDED
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_APP_FEEVOTE_H_INCLUDED
|
||||
#define RIPPLE_APP_FEEVOTE_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_MISC_FEEVOTE_H_INCLUDED
|
||||
#define RIPPLE_APP_MISC_FEEVOTE_H_INCLUDED
|
||||
|
||||
#include <ripple/app/ledger/Ledger.h>
|
||||
#include <ripple/basics/BasicConfig.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_HASHROUTER_H_INCLUDED
|
||||
#define RIPPLE_HASHROUTER_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_MISC_IHASHROUTER_H_INCLUDED
|
||||
#define RIPPLE_APP_MISC_IHASHROUTER_H_INCLUDED
|
||||
|
||||
#include <ripple/basics/base_uint.h>
|
||||
#include <cstdint>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_NETWORKOPS_H
|
||||
#define RIPPLE_NETWORKOPS_H
|
||||
#ifndef RIPPLE_APP_MISC_NETWORKOPS_H_INCLUDED
|
||||
#define RIPPLE_APP_MISC_NETWORKOPS_H_INCLUDED
|
||||
|
||||
#include <ripple/core/JobQueue.h>
|
||||
#include <ripple/protocol/STValidation.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_ORDERBOOK_H
|
||||
#define RIPPLE_ORDERBOOK_H
|
||||
#ifndef RIPPLE_APP_MISC_ORDERBOOK_H_INCLUDED
|
||||
#define RIPPLE_APP_MISC_ORDERBOOK_H_INCLUDED
|
||||
|
||||
namespace ripple {
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_APP_SHAMAPSTORE_H_INCLUDED
|
||||
#define RIPPLE_APP_SHAMAPSTORE_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_MISC_SHAMAPSTORE_H_INCLUDED
|
||||
#define RIPPLE_APP_MISC_SHAMAPSTORE_H_INCLUDED
|
||||
|
||||
#include <ripple/app/ledger/Ledger.h>
|
||||
#include <ripple/app/tx/TransactionMaster.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_APP_SHAMAPSTOREIMP_H_INCLUDED
|
||||
#define RIPPLE_APP_SHAMAPSTOREIMP_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_MISC_SHAMAPSTOREIMP_H_INCLUDED
|
||||
#define RIPPLE_APP_MISC_SHAMAPSTOREIMP_H_INCLUDED
|
||||
|
||||
#include <ripple/app/data/DatabaseCon.h>
|
||||
#include <ripple/app/misc/SHAMapStore.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_VALIDATIONS_H_INCLUDED
|
||||
#define RIPPLE_VALIDATIONS_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_MISC_VALIDATIONS_H_INCLUDED
|
||||
#define RIPPLE_APP_MISC_VALIDATIONS_H_INCLUDED
|
||||
|
||||
#include <ripple/protocol/STValidation.h>
|
||||
#include <beast/cxx14/memory.h> // <memory>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_APP_SQLITEFACTORY_H_INCLUDED
|
||||
#define RIPPLE_APP_SQLITEFACTORY_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_NODE_SQLITEFACTORY_H_INCLUDED
|
||||
#define RIPPLE_APP_NODE_SQLITEFACTORY_H_INCLUDED
|
||||
|
||||
#include <ripple/nodestore/Factory.h>
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLED_RIPPLE_APP_PATHS_ACCOUNTCURRENCIES_H
|
||||
#define RIPPLED_RIPPLE_APP_PATHS_ACCOUNTCURRENCIES_H
|
||||
#ifndef RIPPLE_APP_PATHS_ACCOUNTCURRENCIES_H_INCLUDED
|
||||
#define RIPPLE_APP_PATHS_ACCOUNTCURRENCIES_H_INCLUDED
|
||||
|
||||
#include <ripple/app/paths/RippleLineCache.h>
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLED_RIPPLE_APP_PATHS_CREDIT_H
|
||||
#define RIPPLED_RIPPLE_APP_PATHS_CREDIT_H
|
||||
#ifndef RIPPLE_APP_PATHS_CREDIT_H_INCLUDED
|
||||
#define RIPPLE_APP_PATHS_CREDIT_H_INCLUDED
|
||||
|
||||
#include <ripple/app/book/Types.h>
|
||||
#include <ripple/protocol/STAmount.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLED_RIPPLE_APP_PATHS_FINDPATHS_H
|
||||
#define RIPPLED_RIPPLE_APP_PATHS_FINDPATHS_H
|
||||
#ifndef RIPPLE_APP_PATHS_FINDPATHS_H_INCLUDED
|
||||
#define RIPPLE_APP_PATHS_FINDPATHS_H_INCLUDED
|
||||
|
||||
#include <ripple/app/paths/RippleLineCache.h>
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_APP_PATH_NODE_H
|
||||
#define RIPPLE_APP_PATH_NODE_H
|
||||
#ifndef RIPPLE_APP_PATHS_NODE_H_INCLUDED
|
||||
#define RIPPLE_APP_PATHS_NODE_H_INCLUDED
|
||||
|
||||
#include <ripple/app/paths/NodeDirectory.h>
|
||||
#include <ripple/app/paths/Types.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLED_RIPPLE_MODULE_APP_PATHS_NODEDIRECTORY_H
|
||||
#define RIPPLED_RIPPLE_MODULE_APP_PATHS_NODEDIRECTORY_H
|
||||
#ifndef RIPPLE_APP_PATHS_NODEDIRECTORY_H_INCLUDED
|
||||
#define RIPPLE_APP_PATHS_NODEDIRECTORY_H_INCLUDED
|
||||
|
||||
#include <ripple/app/ledger/LedgerEntrySet.h>
|
||||
#include <ripple/protocol/Indexes.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_PATHREQUEST_H
|
||||
#define RIPPLE_PATHREQUEST_H
|
||||
#ifndef RIPPLE_APP_PATHS_PATHREQUEST_H_INCLUDED
|
||||
#define RIPPLE_APP_PATHS_PATHREQUEST_H_INCLUDED
|
||||
|
||||
#include <ripple/app/paths/RippleLineCache.h>
|
||||
#include <ripple/json/json_value.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_PATHREQUESTS_H
|
||||
#define RIPPLE_PATHREQUESTS_H
|
||||
#ifndef RIPPLE_APP_PATHS_PATHREQUESTS_H_INCLUDED
|
||||
#define RIPPLE_APP_PATHS_PATHREQUESTS_H_INCLUDED
|
||||
|
||||
#include <ripple/app/paths/PathRequest.h>
|
||||
#include <ripple/app/paths/RippleLineCache.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_PATHSTATE_H
|
||||
#define RIPPLE_PATHSTATE_H
|
||||
#ifndef RIPPLE_APP_PATHS_PATHSTATE_H_INCLUDED
|
||||
#define RIPPLE_APP_PATHS_PATHSTATE_H_INCLUDED
|
||||
|
||||
#include <ripple/app/ledger/LedgerEntrySet.h>
|
||||
#include <ripple/app/paths/Node.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_PATHFINDER_H
|
||||
#define RIPPLE_PATHFINDER_H
|
||||
#ifndef RIPPLE_APP_PATHS_PATHFINDER_H_INCLUDED
|
||||
#define RIPPLE_APP_PATHS_PATHFINDER_H_INCLUDED
|
||||
|
||||
#include <ripple/app/book/Types.h>
|
||||
#include <ripple/app/paths/RippleLineCache.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_RIPPLECALC_H
|
||||
#define RIPPLE_RIPPLECALC_H
|
||||
#ifndef RIPPLE_APP_PATHS_RIPPLECALC_H_INCLUDED
|
||||
#define RIPPLE_APP_PATHS_RIPPLECALC_H_INCLUDED
|
||||
|
||||
#include <ripple/app/ledger/LedgerEntrySet.h>
|
||||
#include <ripple/app/paths/PathState.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_RIPPLELINECACHE_H
|
||||
#define RIPPLE_RIPPLELINECACHE_H
|
||||
#ifndef RIPPLE_APP_PATHS_RIPPLELINECACHE_H_INCLUDED
|
||||
#define RIPPLE_APP_PATHS_RIPPLELINECACHE_H_INCLUDED
|
||||
|
||||
#include <ripple/app/paths/RippleState.h>
|
||||
#include <ripple/basics/hardened_hash.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_RIPPLESTATE_H
|
||||
#define RIPPLE_RIPPLESTATE_H
|
||||
#ifndef RIPPLE_APP_PATHS_RIPPLESTATE_H_INCLUDED
|
||||
#define RIPPLE_APP_PATHS_RIPPLESTATE_H_INCLUDED
|
||||
|
||||
#include <ripple/app/book/Types.h>
|
||||
#include <ripple/protocol/STAmount.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_APP_PATHS_TUNING_H
|
||||
#define RIPPLE_APP_PATHS_TUNING_H
|
||||
#ifndef RIPPLE_APP_PATHS_TUNING_H_INCLUDED
|
||||
#define RIPPLE_APP_PATHS_TUNING_H_INCLUDED
|
||||
|
||||
namespace ripple {
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_TYPES_H_INCLUDED
|
||||
#define RIPPLE_TYPES_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_PATHS_TYPES_H_INCLUDED
|
||||
#define RIPPLE_APP_PATHS_TYPES_H_INCLUDED
|
||||
|
||||
namespace ripple {
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLED_RIPPLE_MODULE_APP_PATHS_PATHCURSOR_H
|
||||
#define RIPPLED_RIPPLE_MODULE_APP_PATHS_PATHCURSOR_H
|
||||
#ifndef RIPPLE_APP_PATHS_CURSOR_PATHCURSOR_H_INCLUDED
|
||||
#define RIPPLE_APP_PATHS_CURSOR_PATHCURSOR_H_INCLUDED
|
||||
|
||||
#include <ripple/app/paths/RippleCalc.h>
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_PATHS_CALCULATORS_H
|
||||
#define RIPPLE_PATHS_CALCULATORS_H
|
||||
#ifndef RIPPLE_APP_PATHS_CURSOR_RIPPLELIQUIDITY_H_INCLUDED
|
||||
#define RIPPLE_APP_PATHS_CURSOR_RIPPLELIQUIDITY_H_INCLUDED
|
||||
|
||||
#include <boost/log/trivial.hpp>
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_CLUSTERNODESTATUS_H_INCLUDED
|
||||
#define RIPPLE_CLUSTERNODESTATUS_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_PEERS_CLUSTERNODESTATUS_H_INCLUDED
|
||||
#define RIPPLE_APP_PEERS_CLUSTERNODESTATUS_H_INCLUDED
|
||||
|
||||
namespace ripple {
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_PEERSET_H
|
||||
#define RIPPLE_PEERSET_H
|
||||
#ifndef RIPPLE_APP_PEERS_PEERSET_H_INCLUDED
|
||||
#define RIPPLE_APP_PEERS_PEERSET_H_INCLUDED
|
||||
|
||||
#include <ripple/basics/Log.h>
|
||||
#include <ripple/core/Job.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_UNIQUENODELIST_H_INCLUDED
|
||||
#define RIPPLE_UNIQUENODELIST_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_PEERS_UNIQUENODELIST_H_INCLUDED
|
||||
#define RIPPLE_APP_PEERS_UNIQUENODELIST_H_INCLUDED
|
||||
|
||||
#include <ripple/app/peers/ClusterNodeStatus.h>
|
||||
#include <beast/cxx14/memory.h> // <memory>
|
||||
|
||||
83
src/ripple/app/transactors/CreateOffer.h
Normal file
83
src/ripple/app/transactors/CreateOffer.h
Normal file
@@ -0,0 +1,83 @@
|
||||
//------------------------------------------------------------------------------
|
||||
/*
|
||||
This file is part of rippled: https://github.com/ripple/rippled
|
||||
Copyright (c) 2012, 2013 Ripple Labs Inc.
|
||||
|
||||
Permission to use, copy, modify, and/or distribute this software for any
|
||||
purpose with or without fee is hereby granted, provided that the above
|
||||
copyright notice and this permission notice appear in all copies.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||
ANY SPECIAL , DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_APP_TRANSACTORS_CREATEOFFER_H_INCLUDED
|
||||
#define RIPPLE_APP_TRANSACTORS_CREATEOFFER_H_INCLUDED
|
||||
|
||||
#include <ripple/app/book/OfferStream.h>
|
||||
#include <ripple/app/book/Taker.h>
|
||||
#include <ripple/app/book/Types.h>
|
||||
#include <ripple/app/book/Amounts.h>
|
||||
#include <ripple/app/transactors/Transactor.h>
|
||||
#include <ripple/basics/Log.h>
|
||||
#include <ripple/json/to_string.h>
|
||||
#include <beast/cxx14/memory.h>
|
||||
|
||||
namespace ripple {
|
||||
|
||||
class CreateOffer
|
||||
: public Transactor
|
||||
{
|
||||
private:
|
||||
// What kind of offer we are placing
|
||||
#if RIPPLE_ENABLE_AUTOBRIDGING
|
||||
bool autobridging_;
|
||||
#endif
|
||||
|
||||
// Determine if we are authorized to hold the asset we want to get
|
||||
TER
|
||||
checkAcceptAsset(IssueRef issue) const;
|
||||
|
||||
/* Fill offer as much as possible by consuming offers already on the books.
|
||||
We adjusts account balances and charges fees on top to taker.
|
||||
|
||||
@param taker_amount.in How much the taker offers
|
||||
@param taker_amount.out How much the taker wants
|
||||
|
||||
@return result.first crossing operation success/failure indicator.
|
||||
result.second amount of offer left unfilled - only meaningful
|
||||
if result.first is tesSUCCESS.
|
||||
*/
|
||||
std::pair<TER, core::Amounts>
|
||||
crossOffersBridged (core::LedgerView& view,
|
||||
core::Amounts const& taker_amount);
|
||||
|
||||
std::pair<TER, core::Amounts>
|
||||
crossOffersDirect (core::LedgerView& view,
|
||||
core::Amounts const& taker_amount);
|
||||
|
||||
std::pair<TER, core::Amounts>
|
||||
crossOffers (core::LedgerView& view,
|
||||
core::Amounts const& taker_amount);
|
||||
|
||||
public:
|
||||
CreateOffer (bool autobridging, STTx const& txn,
|
||||
TransactionEngineParams params, TransactionEngine* engine);
|
||||
|
||||
TER
|
||||
doApply() override;
|
||||
};
|
||||
|
||||
TER
|
||||
transact_CreateOffer (STTx const& txn,
|
||||
TransactionEngineParams params, TransactionEngine* engine);
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
27
src/ripple/app/transactors/CreateTicket.h
Normal file
27
src/ripple/app/transactors/CreateTicket.h
Normal file
@@ -0,0 +1,27 @@
|
||||
//------------------------------------------------------------------------------
|
||||
/*
|
||||
This file is part of rippled: https://github.com/ripple/rippled
|
||||
Copyright (c) 2014 Ripple Labs Inc.
|
||||
|
||||
Permission to use, copy, modify, and/or distribute this software for any
|
||||
purpose with or without fee is hereby granted, provided that the above
|
||||
copyright notice and this permission notice appear in all copies.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||
ANY SPECIAL , DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_APP_TRANSACTORS_CREATETICKET_H_INCLUDED
|
||||
#define RIPPLE_APP_TRANSACTORS_CREATETICKET_H_INCLUDED
|
||||
|
||||
namespace ripple {
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_TX_TRANSACTOR_H_INCLUDED
|
||||
#define RIPPLE_TX_TRANSACTOR_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_TRANSACTORS_TRANSACTOR_H_INCLUDED
|
||||
#define RIPPLE_APP_TRANSACTORS_TRANSACTOR_H_INCLUDED
|
||||
|
||||
#include <ripple/app/tx/TransactionEngine.h>
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_LOCALTRANSACTIONS_H
|
||||
#define RIPPLE_LOCALTRANSACTIONS_H
|
||||
#ifndef RIPPLE_APP_TX_LOCALTXS_H_INCLUDED
|
||||
#define RIPPLE_APP_TX_LOCALTXS_H_INCLUDED
|
||||
|
||||
#include <ripple/app/tx/TransactionEngine.h>
|
||||
#include <ripple/app/ledger/Ledger.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_TRANSACTION_H
|
||||
#define RIPPLE_TRANSACTION_H
|
||||
#ifndef RIPPLE_APP_TX_TRANSACTION_H_INCLUDED
|
||||
#define RIPPLE_APP_TX_TRANSACTION_H_INCLUDED
|
||||
|
||||
#include <ripple/protocol/Protocol.h>
|
||||
#include <ripple/protocol/STTx.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_TRANSACTIONACQUIRE_H
|
||||
#define RIPPLE_TRANSACTIONACQUIRE_H
|
||||
#ifndef RIPPLE_APP_TX_TRANSACTIONACQUIRE_H_INCLUDED
|
||||
#define RIPPLE_APP_TX_TRANSACTIONACQUIRE_H_INCLUDED
|
||||
|
||||
#include <ripple/app/peers/PeerSet.h>
|
||||
#include <ripple/shamap/SHAMap.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_APP_TRANSACTIONENGINE_H_INCLUDED
|
||||
#define RIPPLE_APP_TRANSACTIONENGINE_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_TX_TRANSACTIONENGINE_H_INCLUDED
|
||||
#define RIPPLE_APP_TX_TRANSACTIONENGINE_H_INCLUDED
|
||||
|
||||
#include <ripple/app/ledger/Ledger.h>
|
||||
#include <ripple/app/ledger/LedgerEntrySet.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef __TRANSACTIONMASTER__
|
||||
#define __TRANSACTIONMASTER__
|
||||
#ifndef RIPPLE_APP_TX_TRANSACTIONMASTER_H_INCLUDED
|
||||
#define RIPPLE_APP_TX_TRANSACTIONMASTER_H_INCLUDED
|
||||
|
||||
#include <ripple/app/tx/Transaction.h>
|
||||
#include <ripple/shamap/SHAMapItem.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_TRANSACTIONMETA_H
|
||||
#define RIPPLE_TRANSACTIONMETA_H
|
||||
#ifndef RIPPLE_APP_TX_TRANSACTIONMETA_H_INCLUDED
|
||||
#define RIPPLE_APP_TX_TRANSACTIONMETA_H_INCLUDED
|
||||
|
||||
#include <ripple/protocol/STLedgerEntry.h>
|
||||
#include <ripple/protocol/STArray.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_WSCONNECTION_H
|
||||
#define RIPPLE_WSCONNECTION_H
|
||||
#ifndef RIPPLE_APP_WEBSOCKET_WSCONNECTION_H_INCLUDED
|
||||
#define RIPPLE_APP_WEBSOCKET_WSCONNECTION_H_INCLUDED
|
||||
|
||||
#include <ripple/app/misc/NetworkOPs.h>
|
||||
#include <ripple/core/Config.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_WSDOOR_H_INCLUDED
|
||||
#define RIPPLE_WSDOOR_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_WEBSOCKET_WSDOOR_H_INCLUDED
|
||||
#define RIPPLE_APP_WEBSOCKET_WSDOOR_H_INCLUDED
|
||||
|
||||
#include <ripple/app/main/CollectorManager.h>
|
||||
#include <ripple/net/InfoSub.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_WSSERVERHANDLER_H_INCLUDED
|
||||
#define RIPPLE_WSSERVERHANDLER_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_WEBSOCKET_WSSERVERHANDLER_H_INCLUDED
|
||||
#define RIPPLE_APP_WEBSOCKET_WSSERVERHANDLER_H_INCLUDED
|
||||
|
||||
#include <ripple/app/main/Application.h>
|
||||
#include <ripple/app/main/CollectorManager.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_BASICS_BYTEORDER_H
|
||||
#define RIPPLE_BASICS_BYTEORDER_H
|
||||
#ifndef RIPPLE_BASICS_BYTEORDER_H_INCLUDED
|
||||
#define RIPPLE_BASICS_BYTEORDER_H_INCLUDED
|
||||
|
||||
#include <beast/Config.h>
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLED_RIPPLE_BASICS_TESTSUITE_H
|
||||
#define RIPPLED_RIPPLE_BASICS_TESTSUITE_H
|
||||
#ifndef RIPPLE_BASICS_TESTSUITE_H_INCLUDED
|
||||
#define RIPPLE_BASICS_TESTSUITE_H_INCLUDED
|
||||
|
||||
#include <beast/unit_test/suite.h>
|
||||
#include <string>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_BASICS_UNORDERED_CONTAINERS_H_INCLUDED
|
||||
#define RIPPLE_BASICS_UNORDERED_CONTAINERS_H_INCLUDED
|
||||
#ifndef RIPPLE_BASICS_UNORDEREDCONTAINERS_H_INCLUDED
|
||||
#define RIPPLE_BASICS_UNORDEREDCONTAINERS_H_INCLUDED
|
||||
|
||||
#include <ripple/basics/hardened_hash.h>
|
||||
#include <beast/hash/hash_append.h>
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file license.txt or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef RIPPLE_PROTOCOL_BASE_UINT_H_INCLUDED
|
||||
#define RIPPLE_PROTOCOL_BASE_UINT_H_INCLUDED
|
||||
#ifndef RIPPLE_BASICS_BASE_UINT_H_INCLUDED
|
||||
#define RIPPLE_BASICS_BASE_UINT_H_INCLUDED
|
||||
|
||||
#include <ripple/basics/ByteOrder.h>
|
||||
#include <ripple/basics/Blob.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_BASICS_CHECKLIBRARYVERSIONS_IMPL_H_INCLUDED
|
||||
#define RIPPLE_BASICS_CHECKLIBRARYVERSIONS_IMPL_H_INCLUDED
|
||||
#ifndef RIPPLE_BASICS_CHECKLIBRARYVERSIONSIMPL_H_INCLUDED
|
||||
#define RIPPLE_BASICS_CHECKLIBRARYVERSIONSIMPL_H_INCLUDED
|
||||
|
||||
#include <ripple/basics/CheckLibraryVersions.h>
|
||||
#include <boost/version.hpp>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_CONFIGSECTIONS_H_INCLUDED
|
||||
#define RIPPLE_CONFIGSECTIONS_H_INCLUDED
|
||||
#ifndef RIPPLE_CORE_CONFIGSECTIONS_H_INCLUDED
|
||||
#define RIPPLE_CORE_CONFIGSECTIONS_H_INCLUDED
|
||||
|
||||
namespace ripple {
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_JOB_H
|
||||
#define RIPPLE_JOB_H
|
||||
#ifndef RIPPLE_CORE_JOB_H_INCLUDED
|
||||
#define RIPPLE_CORE_JOB_H_INCLUDED
|
||||
|
||||
#include <ripple/basics/BasicTypes.h>
|
||||
#include <ripple/core/LoadMonitor.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_JOBTYPES_H_INCLUDED
|
||||
#define RIPPLE_JOBTYPES_H_INCLUDED
|
||||
#ifndef RIPPLE_CORE_JOBTYPES_H_INCLUDED
|
||||
#define RIPPLE_CORE_JOBTYPES_H_INCLUDED
|
||||
|
||||
#include <ripple/core/Job.h>
|
||||
#include <ripple/core/JobTypeInfo.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_LOADEVENT_H
|
||||
#define RIPPLE_LOADEVENT_H
|
||||
#ifndef RIPPLE_CORE_LOADEVENT_H_INCLUDED
|
||||
#define RIPPLE_CORE_LOADEVENT_H_INCLUDED
|
||||
|
||||
#include <beast/chrono/RelativeTime.h>
|
||||
#include <memory>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_LOADFEETRACK_H_INCLUDED
|
||||
#define RIPPLE_LOADFEETRACK_H_INCLUDED
|
||||
#ifndef RIPPLE_CORE_LOADFEETRACK_H_INCLUDED
|
||||
#define RIPPLE_CORE_LOADFEETRACK_H_INCLUDED
|
||||
|
||||
#include <ripple/json/json_value.h>
|
||||
#include <beast/utility/Journal.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_LOADMONITOR_H_INCLUDED
|
||||
#define RIPPLE_LOADMONITOR_H_INCLUDED
|
||||
#ifndef RIPPLE_CORE_LOADMONITOR_H_INCLUDED
|
||||
#define RIPPLE_CORE_LOADMONITOR_H_INCLUDED
|
||||
|
||||
#include <ripple/core/LoadEvent.h>
|
||||
#include <chrono>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_LOADFEETRACKIMP_H_INCLUDED
|
||||
#define RIPPLE_LOADFEETRACKIMP_H_INCLUDED
|
||||
#ifndef RIPPLE_CORE_LOADFEETRACKIMP_H_INCLUDED
|
||||
#define RIPPLE_CORE_LOADFEETRACKIMP_H_INCLUDED
|
||||
|
||||
#include <ripple/protocol/JsonFields.h>
|
||||
#include <ripple/core/LoadFeeTrack.h>
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
// - E-mail usually won't line-break if there's no punctuation to break at.
|
||||
// - Doubleclicking selects the whole number as one word if it's all alphanumeric.
|
||||
//
|
||||
#ifndef RIPPLE_CRYPTO_BASE58_H
|
||||
#define RIPPLE_CRYPTO_BASE58_H
|
||||
#ifndef RIPPLE_CRYPTO_BASE58_H_INCLUDED
|
||||
#define RIPPLE_CRYPTO_BASE58_H_INCLUDED
|
||||
|
||||
#include <ripple/basics/Blob.h>
|
||||
#include <array>
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
// - E-mail usually won't line-break if there's no punctuation to break at.
|
||||
// - Doubleclicking selects the whole number as one word if it's all alphanumeric.
|
||||
//
|
||||
#ifndef RIPPLE_CRYPTO_BASE58DATA_H
|
||||
#define RIPPLE_CRYPTO_BASE58DATA_H
|
||||
#ifndef RIPPLE_CRYPTO_BASE58DATA_H_INCLUDED
|
||||
#define RIPPLE_CRYPTO_BASE58DATA_H_INCLUDED
|
||||
|
||||
#include <ripple/crypto/Base58.h>
|
||||
#include <ripple/basics/base_uint.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_ECDSA_H
|
||||
#define RIPPLE_ECDSA_H
|
||||
#ifndef RIPPLE_CRYPTO_ECDSA_H_INCLUDED
|
||||
#define RIPPLE_CRYPTO_ECDSA_H_INCLUDED
|
||||
|
||||
#include <ripple/crypto/ec_key.h>
|
||||
#include <ripple/basics/base_uint.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_ECIES_H
|
||||
#define RIPPLE_ECIES_H
|
||||
#ifndef RIPPLE_CRYPTO_ECIES_H_INCLUDED
|
||||
#define RIPPLE_CRYPTO_ECIES_H_INCLUDED
|
||||
|
||||
#include <ripple/crypto/ec_key.h>
|
||||
#include <ripple/basics/Blob.h>
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file license.txt or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef RIPPLE_CKEYDETERMINISTIC_H
|
||||
#define RIPPLE_CKEYDETERMINISTIC_H
|
||||
#ifndef RIPPLE_CRYPTO_GENERATEDETERMINISTICKEY_H_INCLUDED
|
||||
#define RIPPLE_CRYPTO_GENERATEDETERMINISTICKEY_H_INCLUDED
|
||||
|
||||
#include <ripple/crypto/ec_key.h>
|
||||
#include <ripple/basics/base_uint.h>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user