Ignore:
Timestamp:
Nov 8, 2005, 5:13:56 PM (20 years ago)
Author:
ansari
Message:

Amelioration classe TimeStamp - prise en charge format YYYY-MM-DDThh:mm:ss
et TimeStamp rendu PPersist - Reza 8/11/2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/sophyainit.cc

    r2774 r2830  
    8181  DObjRegister(FIO_NDataBlock< complex<r_8> >, NDataBlock< complex<r_8> >);
    8282
     83  // Enregistrement des handlers PPF pour les TimeStamp
     84  PPRegister(ObjFileIO<TimeStamp>);
     85  DObjRegister(ObjFileIO<TimeStamp>, TimeStamp);
     86
    8387  // Enregistrement des handlers PPF pour les DVList
    8488  PPRegister(ObjFileIO<DVList>);
     
    133137  DObjRegister(PPFWrapperSTLVector< string >, std::vector<string>);
    134138
     139  PPRegister(PPFWrapperSTLVector< TimeStamp >);
     140  DObjRegister(PPFWrapperSTLVector< TimeStamp >, std::vector<TimeStamp>);
     141
    135142
    136143#if (!defined(__GNUG__) && !defined(__MWERKS__) && !defined(HPUX))
Note: See TracChangeset for help on using the changeset viewer.