Changeset 334 in Sophya


Ignore:
Timestamp:
Jul 12, 1999, 1:14:16 PM (26 years ago)
Author:
ercodmgr
Message:

Petite optimisation - Reza 12/7/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/pilistx.cc

    r329 r334  
    139139{
    140140int nmax = mNItem;
     141bool mng = IfManaged();
     142if (mng) UnManage();
    141143for(int i=0; i<nmax; i++) DelItem(0);
     144if (mng) Manage();
    142145}
    143146
Note: See TracChangeset for help on using the changeset viewer.