Changeset 4019 in Sophya for trunk/SophyaLib/BaseTools/sophyainit.cc
- Timestamp:
- Sep 24, 2011, 6:31:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/sophyainit.cc
r3750 r4019 17 17 #include "randr48.h" 18 18 #include "randfmt.h" 19 #include "randtmt32.h" 20 #include "randtmt64.h" 19 21 20 22 #include "fiosegdb.h" … … 123 125 PPRegister(ObjFileIO<FMTRandGen>); 124 126 DObjRegister(ObjFileIO<FMTRandGen>, FMTRandGen); 127 PPRegister(ObjFileIO<TinyMT32RandGen>); 128 DObjRegister(ObjFileIO<TinyMT32RandGen>, TinyMT32RandGen); 129 PPRegister(ObjFileIO<TinyMT64RandGen>); 130 DObjRegister(ObjFileIO<TinyMT64RandGen>, TinyMT64RandGen); 125 131 126 132 // Enregistrement des handlers PPF pour les SegDataBlock<T>
Note:
See TracChangeset
for help on using the changeset viewer.