Changeset 278 in Sophya for trunk/SophyaLib/NTools/rzimage.cc


Ignore:
Timestamp:
Apr 28, 1999, 3:36:50 PM (26 years ago)
Author:
ansari
Message:

Implementation PPersist par deleguation pour DVList Reza 28/04/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/rzimage.cc

    r270 r278  
    55// LAL (Orsay) / IN2P3-CNRS  DAPNIA/SPP (Saclay) / CEA
    66
    7 //  $Id: rzimage.cc,v 1.3 1999-04-27 15:03:02 ansari Exp $
     7//  $Id: rzimage.cc,v 1.4 1999-04-28 13:36:50 ansari Exp $
    88
    99#include "machdefs.h"
     
    602602}
    603603
    604 if (mInfo) mInfo->Write(s);
     604if (mInfo) s << (*mInfo);
    605605return;
    606606}
     
    667667if (itab[3])  // has info
    668668  { if (mInfo == NULL)  mInfo = new DVList;
    669   mInfo->Read(s); }
     669  s >> (*mInfo); }
    670670
    671671return;
Note: See TracChangeset for help on using the changeset viewer.