Brandon Creighton's patch: A lot of refactoring, but separates global object creation from initialization. Allows for logging of database initialization failures.

git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@3165 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
Kurtis Heimerl 2012-02-10 01:45:41 +00:00
parent 2f2d75383c
commit a1609072d7
13 changed files with 53 additions and 26 deletions

View file

@ -305,10 +305,9 @@ class TransactionTable {
public:
/**
Create a transaction table.
@param path Path fto sqlite3 database file.
Initialize thetransaction table with a random mIDCounter value.
*/
TransactionTable();
void init();
~TransactionTable();