made compatible with changes in service API

This commit is contained in:
Jeff Hill
2001-05-22 02:02:41 +00:00
parent 70de17474b
commit 9940b408fb
4 changed files with 14 additions and 8 deletions

View File

@@ -102,7 +102,7 @@ void dbChannelIO::subscribe ( unsigned type, unsigned long count,
new dbSubscriptionIO ( this->serviceIO, *this,
this->addr, notify, type, count, mask, pId );
if ( ! pIO ) {
throw noMemory();
throw std::bad_alloc ();
}
}