mirror of
https://github.com/Xahau/xahaud.git
synced 2026-07-27 17:10:15 +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