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
+1 -1
View File
@@ -39,7 +39,7 @@
epicsSingleton < tsFreeList < struct CASG, 128 > > CASG::pFreeList;
CASG::CASG ( oldCAC &cacIn ) :
CASG::CASG ( ca_client_context &cacIn ) :
client ( cacIn ), magic ( CASG_MAGIC )
{
client.installCASG ( *this );