set default number of channels guess

This commit is contained in:
Jeff Hill
2001-06-04 23:16:25 +00:00
parent d9508ce1e4
commit 1611bc40f7

View File

@@ -20,8 +20,9 @@
#include "oldAccess.h"
oldCAC::oldCAC ( bool enablePreemptiveCallback ) :
clientCtx ( * new cac ( *this, enablePreemptiveCallback ) ),
oldCAC::oldCAC ( bool enablePreemptiveCallback,
unsigned maxNumberOfChannels ) :
clientCtx ( * new cac ( *this, enablePreemptiveCallback, maxNumberOfChannels ) ),
ca_exception_func ( 0 ), ca_exception_arg ( 0 ),
pVPrintfFunc ( errlogVprintf ), fdRegFunc ( 0 ), fdRegArg ( 0 )
{