Changeset 276 in Sophya for trunk/SophyaLib/Samba/localmap.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/localmap.cc

    r228 r276  
    9191  }         
    9292  s.PutLine(strg);
    93   if (mInfo_)  mInfo_->Write(s);
     93  if (mInfo_)  s << (*mInfo_);
    9494  s.PutI4(mSzX_);
    9595  s.PutI4(mSzY_);
     
    117117  if (hadinfo) {    // Lecture eventuelle du DVList Info
    118118    if (mInfo_ == NULL)  mInfo_ = new DVList;
    119     mInfo_->Read(s);
     119    s >> (*mInfo_);
    120120  }
    121121  s.GetI4(mSzX_);
Note: See TracChangeset for help on using the changeset viewer.