Stub commit so others can compile/link without errors.

This commit is contained in:
JoelKatz
2012-05-19 05:43:58 -07:00
parent e47fb22087
commit 9d6c9924e5

10
src/LedgerConsensus.cpp Normal file
View File

@@ -0,0 +1,10 @@
#include "LedgerConsensus.h"
void LedgerConsensus::abort()
{
}
void LedgerConsensus::startup()
{
}