Changeset 779 in Sophya for trunk/SophyaPI/PIext
- Timestamp:
- Mar 10, 2000, 5:16:23 PM (26 years ago)
- Location:
- trunk/SophyaPI/PIext
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piinit.cc
r769 r779 29 29 PIAppInitiator::PIAppInitiator(PIStdImgApp * app) 30 30 #ifdef SANS_EVOLPLANCK 31 : Peida OutilsInitiator()31 : PeidaStarRecoInitiator() 32 32 #else 33 33 : SambaInitiator() -
trunk/SophyaPI/PIext/piinit.h
r769 r779 3 3 4 4 #ifdef SANS_EVOLPLANCK 5 #include " outilsinit.h"5 #include "strecinit.h" 6 6 #else 7 7 #include "sambainit.h" … … 12 12 // Classe d initialisation pour le module PIext de PEIDA 13 13 14 #ifdef SANS_EVOLPLANCK 15 class PIAppInitiator : public PeidaStarRecoInitiator { 16 #else 14 17 class PIAppInitiator : public SambaInitiator { 18 #endif 15 19 private: 16 20 static int FgInit;
Note:
See TracChangeset
for help on using the changeset viewer.