Changeset 332 in Sophya for trunk/SophyaPI/PIext/nobjmgr.cc
- Timestamp:
- Jun 29, 1999, 7:54:51 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nobjmgr.cc
r331 r332 498 498 (long)merr, PeidaExc(merr)); ok = false; } ENDTRY; 499 499 if (!ok) return; 500 NObjList::iterator it; 501 for(it = myObjs->begin(); it != myObjs->end(); it++) SaveObj((*it).first, (*pout)); 500 NObjList::iterator it; 501 string no; 502 for(it = myObjs->begin(); it != myObjs->end(); it++) { 503 no = (*it).first; 504 SaveObj(no, (*pout)); 505 } 502 506 delete pout; 503 507 return;
Note:
See TracChangeset
for help on using the changeset viewer.