8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 06:43:03 +01:00
This commit is contained in:
robocop 2008-04-16 10:59:21 +00:00
parent 134b5d0d8a
commit e2a56ed383

View File

@ -124,7 +124,7 @@ public:
// Returns true if lock was released
bool tryReleaseLock(thread_db* tdbb);
Database* getDatabase() const
Database* getDatabase()
{
return dbb;
}