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

@@ -51,6 +51,10 @@ dbPutNotifyIO::~dbPutNotifyIO ()
this->blocker.putNotifyDestroyNotify ();
}
void dbPutNotifyIO::uninstall ()
{
}
int dbPutNotifyIO::initiate ( struct dbAddr &addr, unsigned type,
unsigned long count, const void *pValue)
{
@@ -99,3 +103,5 @@ void dbPutNotifyIO::completion ()
}
}