Changeset 276 in Sophya for trunk/SophyaLib/Samba/localmap.cc
- Timestamp:
- Apr 28, 1999, 3:34:42 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/localmap.cc
r228 r276 91 91 } 92 92 s.PutLine(strg); 93 if (mInfo_) mInfo_->Write(s);93 if (mInfo_) s << (*mInfo_); 94 94 s.PutI4(mSzX_); 95 95 s.PutI4(mSzY_); … … 117 117 if (hadinfo) { // Lecture eventuelle du DVList Info 118 118 if (mInfo_ == NULL) mInfo_ = new DVList; 119 mInfo_->Read(s);119 s >> (*mInfo_); 120 120 } 121 121 s.GetI4(mSzX_);
Note:
See TracChangeset
for help on using the changeset viewer.