Return TypeFunction nameArguments
NULL-BASIShdbBinRepos::~hdbBinRepos(void)

Declared in file: hzDatabase.h
Defined in file : hdbBinRepos.cpp

Function Logic:

0:START 1:m_nInitState==2 2:hdbBinRepos::Close 3:items 4: No text

Function body:

NULL-BASIS hdbBinRepos::~hdbBinRepos (void)
{
   if (m_nInitState == 2)
       Close() ;
   _hzGlobal_Memstats.m_numBincron-- ;
}