Changeset 2477 in Sophya for trunk/SophyaLib/BaseTools/dvlist.h


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/dvlist.h

    r2322 r2477  
    105105/*! Reads the object from the PInPersist stream \b is */
    106106inline 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); }
    108108
    109109// Classe pour la gestion de persistance
Note: See TracChangeset for help on using the changeset viewer.