Changeset 2477 in Sophya for trunk/SophyaLib/BaseTools/fiondblock.h
- Timestamp:
- Dec 7, 2003, 12:56:36 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/fiondblock.h
r2322 r2477 42 42 template <class T> 43 43 inline PInPersist& operator >> (PInPersist& is, NDataBlock<T> & obj) 44 { FIO_NDataBlock<T> fio(&obj); fio.Read(is);return(is); }44 { FIO_NDataBlock<T> fio(&obj); is.SkipToNextObject(); fio.Read(is); return(is); } 45 45 46 46 } // Fin du namespace
Note:
See TracChangeset
for help on using the changeset viewer.