added new uninstal methods which are initially noops

This commit is contained in:
Jeff Hill
2001-01-25 02:16:22 +00:00
parent 1cfca09aa1
commit 70b368c854
3 changed files with 12 additions and 0 deletions

View File

@@ -55,6 +55,10 @@ void dbSubscriptionIO::destroy ()
delete this;
}
void dbSubscriptionIO::uninstall ()
{
}
void * dbSubscriptionIO::operator new ( size_t size )
{
return dbSubscriptionIO::freeList.allocate ( size );