Ignore:
Timestamp:
Jun 2, 2005, 5:46:46 PM (20 years ago)
Author:
ansari
Message:

MAJ num de version et bug corrige - Reza 2 Juin 2005

File:
1 edited

Legend:

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

    r2698 r2794  
    2929
    3030  inline PInPersist & InStream() { return *ppfis; }
    31   inline PInPersist & OutStream() { return *ppfos; }
     31  inline POutPersist & OutStream() { return *ppfos; }
    3232  inline void SetInStream(PInPersist & is) { ppfis = &is; }
    3333  inline void SetOutStream(POutPersist & os) { ppfos = &os; }
    3434
    3535  // Operateur = , on recopie les pointeurs des streams
    36   inline PPFDataSwapper& operator = (PPFDataSwapper const & a)
     36  inline PPFDataSwapper<T>& operator = (PPFDataSwapper<T> const & a)
    3737  { ppfis = a.ppfis;  ppfos = a.ppfos; return *this; }
    3838
Note: See TracChangeset for help on using the changeset viewer.