changed the name of class oldCAC to ca_client_context

This commit is contained in:
Jeff Hill
2002-07-10 00:32:27 +00:00
parent 5ebc00a6be
commit 969c748d1e
10 changed files with 106 additions and 108 deletions

View File

@@ -31,7 +31,7 @@ extern "C" void cacNoopAccesRightsHandler ( struct access_rights_handler_args )
{
}
oldChannelNotify::oldChannelNotify ( oldCAC & cacIn, const char *pName,
oldChannelNotify::oldChannelNotify ( ca_client_context & cacIn, const char *pName,
caCh * pConnCallBackIn, void * pPrivateIn, capri priority ) :
cacCtx ( cacIn ),
io ( cacIn.createChannel ( pName, *this, priority ) ),