Changeset 332 in Sophya for trunk/SophyaPI/PIext/nobjmgr.cc


Ignore:
Timestamp:
Jun 29, 1999, 7:54:51 PM (26 years ago)
Author:
ercodmgr
Message:

Probleme avec les const ... Reza 29/6/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/nobjmgr.cc

    r331 r332  
    498498    (long)merr, PeidaExc(merr));  ok = false; } ENDTRY;
    499499if (!ok)  return;
    500 NObjList::iterator it;
    501 for(it = myObjs->begin(); it != myObjs->end(); it++) SaveObj((*it).first, (*pout));
     500NObjList::iterator it;
     501string no;
     502for(it = myObjs->begin(); it != myObjs->end(); it++) {
     503  no = (*it).first;
     504  SaveObj(no, (*pout));
     505  }
    502506delete pout;
    503507return;
Note: See TracChangeset for help on using the changeset viewer.