- Integration TDB2 into the initialization process.  It begins...
This commit is contained in:
Paul Beckingham
2011-07-09 21:25:46 -04:00
parent 10b97fc967
commit a16b8366cd
3 changed files with 14 additions and 2 deletions

View File

@@ -266,6 +266,13 @@ void TDB2::commit ()
synch_key.commit ();
}
////////////////////////////////////////////////////////////////////////////////
int TDB2::gc ()
{
return 0;
}
////////////////////////////////////////////////////////////////////////////////
#if 0