mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-05-02 05:10:07 +00:00
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:
parent
2f2d75383c
commit
a1609072d7
13 changed files with 53 additions and 26 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue