mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-02 17:06:00 +00:00
Split ripple_app.cpp contents into each part file.
This commit is contained in:
@@ -4,5 +4,40 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#define RIPPLE_MAIN_PART 1
|
||||
#include "ripple_app.cpp"
|
||||
#include "BeastConfig.h"
|
||||
|
||||
#include "ripple_app.h"
|
||||
|
||||
namespace ripple
|
||||
{
|
||||
|
||||
#include "boost/ripple_IoService.h"
|
||||
#include "boost/ripple_IoService.cpp"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning (push)
|
||||
# pragma warning (disable: 4244) // conversion, possible loss of data
|
||||
# pragma warning (disable: 4018) // signed/unsigned mismatch
|
||||
#endif
|
||||
#include "main/ripple_Application.cpp"
|
||||
#include "ledger/Ledger.cpp"
|
||||
#include "node/ripple_NodeStore.cpp"
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning (pop)
|
||||
#endif
|
||||
|
||||
#include "basics/ripple_BuildInfo.cpp"
|
||||
#include "node/ripple_NodeObject.cpp"
|
||||
|
||||
#include "shamap/ripple_SHAMapDelta.cpp"
|
||||
#include "shamap/ripple_SHAMapNode.cpp"
|
||||
#include "shamap/ripple_SHAMapTreeNode.cpp"
|
||||
#include "misc/ripple_AccountItems.cpp"
|
||||
#include "misc/ripple_AccountState.cpp"
|
||||
#include "tx/ChangeTransactor.cpp"
|
||||
#include "contracts/ripple_Contract.cpp"
|
||||
#include "contracts/ripple_Operation.cpp"
|
||||
#include "contracts/ripple_ScriptData.cpp"
|
||||
#include "contracts/ripple_Interpreter.cpp"
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user