no longer need to specify hash table size

This commit is contained in:
Jeff Hill
2001-06-15 22:51:38 +00:00
parent 89a2c69651
commit b271bcf8e9
10 changed files with 14 additions and 23 deletions
+2 -3
View File
@@ -20,9 +20,8 @@
#include "oldAccess.h"
oldCAC::oldCAC ( bool enablePreemptiveCallback,
unsigned maxNumberOfChannels ) :
clientCtx ( * new cac ( *this, enablePreemptiveCallback, maxNumberOfChannels ) ),
oldCAC::oldCAC ( bool enablePreemptiveCallback ) :
clientCtx ( * new cac ( *this, enablePreemptiveCallback ) ),
ca_exception_func ( 0 ), ca_exception_arg ( 0 ),
pVPrintfFunc ( errlogVprintf ), fdRegFunc ( 0 ), fdRegArg ( 0 )
{