Add HyperLevelDB backend

This commit is contained in:
Vinnie Falco
2013-07-15 08:35:58 -07:00
parent 81657e5e66
commit 740115b65a
12 changed files with 233 additions and 16 deletions

View File

@@ -10,7 +10,7 @@
#include "ripple_hyperleveldb.h"
#include "beast/modules/beast_core/system/beast_TargetPlatform.h"
#if RIPPLE_HYPERLEVELDB_AVAILABLE
// Set the appropriate LevelDB platform macro based on our platform.
//
@@ -93,3 +93,5 @@
#ifdef BEAST_MSVC
#pragma warning (pop)
#endif
#endif