Searched refs:DatabaseWindowPntr (Results 1 – 1 of 1) sorted by relevance
4789 DatabaseWindow *DatabaseWindowPntr; in ReadyToRun() local4928 DatabaseWindowPntr = new (std::nothrow) DatabaseWindow (); in ReadyToRun()4929 if (DatabaseWindowPntr == NULL) { in ReadyToRun()4933 DatabaseWindowPntr->Show (); /* Starts the window's message loop. */ in ReadyToRun()