Question


Subject: Question
From: Daniel Weber (dweber1@austin.rr.com)
Date: Fri Feb 11 2000 - 22:50:30 CST


I'm going over the code for the toolbar creation and I've spotted quite
a few code fragments like this:

    EV_Toolbar_Control * pControl = pFactory->getControl(this, id);
    UT_ASSERT(pControl);
    ......

    if (pControl)
    {
    ....

Is the intention to eventually remove the check by re-defining
UT_ASSERT?



This archive was generated by hypermail 2b25 : Fri Feb 11 2000 - 21:47:33 CST