Changeset 2479 in Sophya for trunk/SophyaLib/SkyMap/fiolocalmap.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/SkyMap/fiolocalmap.h

    r1397 r2479  
    5252template <class T>
    5353inline PInPersist& operator >> (PInPersist& is, LocalMap<T> & obj)
    54 { FIO_LocalMap<T> fio(&obj);  fio.Read(is); return(is); }
     54{ FIO_LocalMap<T> fio(&obj); is.SkipToNextObject(); fio.Read(is); return(is); }
    5555
    5656
Note: See TracChangeset for help on using the changeset viewer.