non need to specify hash table size

This commit is contained in:
Jeff Hill
2001-06-15 22:39:01 +00:00
parent 759b1a3541
commit ca76832387
7 changed files with 18 additions and 21 deletions

View File

@@ -52,7 +52,7 @@ dbServiceIOLoadTimeInit::dbServiceIOLoadTimeInit ()
}
dbServiceIO::dbServiceIO () :
ioTable ( 1024 ), eventCallbackCacheSize ( 0ul ),
eventCallbackCacheSize ( 0ul ),
ctx ( 0 ), pEventCallbackCache ( 0 )
{
}