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
|
|
@ -550,10 +550,10 @@ bool TransactionEntry::terminationRequested()
|
|||
|
||||
|
||||
|
||||
TransactionTable::TransactionTable()
|
||||
void TransactionTable::init()
|
||||
// This assumes the main application uses sdevrandom.
|
||||
:mIDCounter(random())
|
||||
{
|
||||
mIDCounter = random();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue