Changeset 334 in Sophya
- Timestamp:
- Jul 12, 1999, 1:14:16 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pilistx.cc
r329 r334 139 139 { 140 140 int nmax = mNItem; 141 bool mng = IfManaged(); 142 if (mng) UnManage(); 141 143 for(int i=0; i<nmax; i++) DelItem(0); 144 if (mng) Manage(); 142 145 } 143 146
Note:
See TracChangeset
for help on using the changeset viewer.