Changeset 276 in Sophya for trunk/SophyaLib/Samba/scan.cc


Ignore:
Timestamp:
Apr 28, 1999, 3:34:42 PM (26 years ago)
Author:
ansari
Message:

Adaptation nouveau schema PPersist pour DVList Reza 28/04/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/scan.cc

    r254 r276  
    142142  }
    143143  s.PutLine(strg);
    144   if (mInfo_)  mInfo_->Write(s);
     144  if (mInfo_)  s << (*mInfo_);
    145145   s.PutI4( NmaxPts_);
    146146  s.PutI4(NmaxTrs_);
     
    175175  if (hadinfo) {    // Lecture eventuelle du DVList Info
    176176    if (mInfo_ == NULL)  mInfo_ = new DVList;
    177   mInfo_->Read(s);
     177    s >> (*mInfo_);
    178178  }
    179179  s.GetI4( NmaxPts_);
Note: See TracChangeset for help on using the changeset viewer.