Changeset 332 in Sophya


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

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

Location:
trunk/SophyaPI/PIext
Files:
2 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;
  • trunk/SophyaPI/PIext/pisiadw.cc

    r295 r332  
    201201if (mPin->NbTags() < 1) {
    202202  delete mPin;   mPin = NULL;
    203   dap->ObjMgr()->ReadObj(flnm);
     203  string no="";
     204  dap->ObjMgr()->ReadObj(flnm,no);
    204205  return;
    205206}
Note: See TracChangeset for help on using the changeset viewer.