Changeset 2479 in Sophya for trunk/SophyaLib/HiStats/hisprof.h


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

Ajout SkipToNextObjet() ds PInPersist operator >> - Reza 7 Dec 2003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/hisprof.h

    r1413 r2479  
    8888  \brief Persistance management */
    8989inline PInPersist& operator >> (PInPersist& is, HProf & obj)
    90 { ObjFileIO<HProf> fio(&obj);  fio.Read(is); return(is); }
     90{ ObjFileIO<HProf> fio(&obj); is.SkipToNextObject(); fio.Read(is); return(is); }
    9191// Classe pour la gestion de persistance
    9292// ObjFileIO<HProf>
Note: See TracChangeset for help on using the changeset viewer.