Changeset 332 in Sophya for trunk/SophyaPI/PIext/pisiadw.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/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.