Ignore:
Timestamp:
Dec 7, 2003, 12:56:36 AM (22 years ago)
Author:
ansari
Message:

Suite et presque fin de l'extension des fonctionalites de la persistence PPF - fonctionalite pour le swap en particulier - Reza 7 Dec 2003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/fiondblock.h

    r2322 r2477  
    4242template <class T>
    4343inline 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); }
    4545
    4646} // Fin du namespace
Note: See TracChangeset for help on using the changeset viewer.