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

@@ -41,7 +41,7 @@ dbSubscriptionIO::dbSubscriptionIO ( dbServiceIO &serviceIO, dbChannelIO &chanIO
{
this->es = serviceIO.subscribe ( addr, chanIO, *this, maskIn, pId );
if ( ! this->es ) {
throw cacChannel::noMemory();
throw std::bad_alloc ();
}
}