git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4438
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
DbList WXDLLEXPORT *PtrBegDbList = 0;
DbList WXDLLEXPORT *PtrBegDbList = 0;
extern wxList TablesInUse;
#endif
extern wxList TablesInUse;
#endif
// There should be zero Ctable objects still connected to this db object
assert(nTables == 0);
// There should be zero Ctable objects still connected to this db object
assert(nTables == 0);
CstructTablesInUse *tiu;
wxNode *pNode;
pNode = TablesInUse.First();
CstructTablesInUse *tiu;
wxNode *pNode;
pNode = TablesInUse.First();
wxList TablesInUse;
#endif
wxList TablesInUse;
#endif
tableID = ++lastTableID;
sprintf(s, "wxTable constructor (%-20s) tableID:[%6lu] pDb:[%p]", tblName,tableID,pDb);
tableID = ++lastTableID;
sprintf(s, "wxTable constructor (%-20s) tableID:[%6lu] pDb:[%p]", tblName,tableID,pDb);
CstructTablesInUse *tableInUse;
tableInUse = new CstructTablesInUse();
tableInUse->tableName = tblName;
CstructTablesInUse *tableInUse;
tableInUse = new CstructTablesInUse();
tableInUse->tableName = tblName;
-#ifndef PROGRAM_FP4UPG
-#if __WXDEBUG__ > 0
if (tableID)
{
bool found = FALSE;
if (tableID)
{
bool found = FALSE;
// Decrement the wxDB table count
if (pDb)
pDb->nTables--;
// Decrement the wxDB table count
if (pDb)
pDb->nTables--;