mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Refactor NodeStore, add NodeStoreSchedulerService
This commit is contained in:
@@ -30,6 +30,9 @@ namespace ripple
|
||||
// Application
|
||||
//
|
||||
|
||||
# include "main/NodeStoreSchedulerService.h"
|
||||
#include "main/NodeStoreSchedulerService.cpp"
|
||||
|
||||
# include "main/IoServicePool.h"
|
||||
#include "main/IoServicePool.cpp"
|
||||
|
||||
@@ -66,8 +69,8 @@ namespace ripple
|
||||
// RippleMain
|
||||
//
|
||||
# include "main/RippleMain.h"
|
||||
# include "node/SqliteBackendFactory.h"
|
||||
#include "node/SqliteBackendFactory.cpp"
|
||||
# include "node/SqliteFactory.h"
|
||||
#include "node/SqliteFactory.cpp"
|
||||
#include "main/RippleMain.cpp"
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user