added new uninstal methods which are initially noops
This commit is contained in:
@@ -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 ()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user