Changeset 276 in Sophya for trunk/SophyaLib/Samba/scan.cc
- Timestamp:
- Apr 28, 1999, 3:34:42 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/scan.cc
r254 r276 142 142 } 143 143 s.PutLine(strg); 144 if (mInfo_) mInfo_->Write(s);144 if (mInfo_) s << (*mInfo_); 145 145 s.PutI4( NmaxPts_); 146 146 s.PutI4(NmaxTrs_); … … 175 175 if (hadinfo) { // Lecture eventuelle du DVList Info 176 176 if (mInfo_ == NULL) mInfo_ = new DVList; 177 mInfo_->Read(s);177 s >> (*mInfo_); 178 178 } 179 179 s.GetI4( NmaxPts_);
Note:
See TracChangeset
for help on using the changeset viewer.