This commit is contained in:
Jeff Hill
2002-02-06 02:23:17 +00:00
parent b7bd21ae9b
commit 8f85d2887c
4 changed files with 6 additions and 7 deletions

View File

@@ -43,9 +43,8 @@ extern "C" void cacNoopAccesRightsHandler ( struct access_rights_handler_args )
}
oldChannelNotify::oldChannelNotify ( oldCAC & cacIn, const char *pName,
caCh * pConnCallBackIn, void * pPrivateIn, capri priority ) :
io ( cacIn.createChannel ( pName, *this, priority ) ),
cacCtx ( cacIn ),
caCh * pConnCallBackIn, void * pPrivateIn, capri priority ) :
io ( cacIn.createChannel ( pName, *this, priority ) ), cacCtx ( cacIn ),
pConnCallBack ( pConnCallBackIn ? pConnCallBackIn : cacNoopConnHandler ),
pPrivate ( pPrivateIn ), pAccessRightsFunc ( cacNoopAccesRightsHandler )
{