Changeset 2794 in Sophya


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

Location:
trunk/SophyaLib/BaseTools
Files:
2 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
  • trunk/SophyaLib/BaseTools/sversion.h

    r2760 r2794  
    22#define SVERSION_H
    33
    4 #define SOPHYA_VERSION   1.8
    5 #define SOPHYA_REVISION  60
    6 #define SOPHYA_TAG       "V_Avr2005"
     4#define SOPHYA_VERSION   1.9
     5#define SOPHYA_REVISION  00
     6#define SOPHYA_TAG       "V_Mai2005"
    77
    88#endif
Note: See TracChangeset for help on using the changeset viewer.