mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Split up and refactor HashedObject
This commit is contained in:
14
src/cpp/ripple/ripple_HashedObject.cpp
Normal file
14
src/cpp/ripple/ripple_HashedObject.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
/*
|
||||
#include "HashedObject.h"
|
||||
#include "leveldb/db.h"
|
||||
#include "leveldb/write_batch.h"
|
||||
#include "../database/SqliteDatabase.h"
|
||||
#include "Application.h"
|
||||
*/
|
||||
|
||||
SETUP_LOG (HashedObject)
|
||||
|
||||
DECLARE_INSTANCE(HashedObject);
|
||||
|
||||
// vim:ts=4
|
||||
Reference in New Issue
Block a user