Changeset 2477 in Sophya for trunk/SophyaLib/BaseTools/dvlist.h
- Timestamp:
- Dec 7, 2003, 12:56:36 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/dvlist.h
r2322 r2477 105 105 /*! Reads the object from the PInPersist stream \b is */ 106 106 inline PInPersist& operator >> (PInPersist& is, DVList & obj) 107 { ObjFileIO<DVList> fio(&obj); fio.Read(is);return(is); }107 { ObjFileIO<DVList> fio(&obj); is.SkipToNextObject(); fio.Read(is); return(is); } 108 108 109 109 // Classe pour la gestion de persistance
Note:
See TracChangeset
for help on using the changeset viewer.