improved interface to CAC

This commit is contained in:
Jeff Hill
2001-02-09 17:41:23 +00:00
parent 7bc172f355
commit 8ba3da20af
7 changed files with 77 additions and 56 deletions

View File

@@ -55,8 +55,9 @@ void dbSubscriptionIO::destroy ()
delete this;
}
void dbSubscriptionIO::uninstall ()
cacChannelIO & dbSubscriptionIO::channelIO () const
{
return this->chan;
}
void * dbSubscriptionIO::operator new ( size_t size )