Refactor FeeVote into IFeeVote abstract interface

This commit is contained in:
Vinnie Falco
2013-05-31 07:13:21 -07:00
parent a38795b3c5
commit fd6172273c
12 changed files with 249 additions and 117 deletions

View File

@@ -1,3 +1,7 @@
#ifndef RIPPLE_SQLITEDATABASE_H
#define RIPPLE_SQLITEDATABASE_H
#include "database.h"
#include <string>
@@ -112,4 +116,7 @@ public:
std::string getError(int);
};
#endif
// vim:ts=4