allowed acces to the chid from the evid

This commit is contained in:
Jeff Hill
2000-10-06 00:14:00 +00:00
parent c07cd661cd
commit c5f33a7475
6 changed files with 17 additions and 3 deletions

View File

@@ -24,6 +24,11 @@ oldSubscription::~oldSubscription ()
{
}
oldChannel &oldSubscription::channel ()
{
return this->chan;
}
void oldSubscription::completionNotify (unsigned type, unsigned long count, const void *pData)
{
struct event_handler_args args;