Changeset 779 in Sophya for trunk/SophyaPI


Ignore:
Timestamp:
Mar 10, 2000, 5:16:23 PM (26 years ago)
Author:
ercodmgr
Message:

correction compil piint.cc pour PEIDA - Reza 10/3/2000

Location:
trunk/SophyaPI/PIext
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/piinit.cc

    r769 r779  
    2929PIAppInitiator::PIAppInitiator(PIStdImgApp * app)
    3030#ifdef SANS_EVOLPLANCK
    31  : PeidaOutilsInitiator()
     31 : PeidaStarRecoInitiator()
    3232#else
    3333 : SambaInitiator()
  • trunk/SophyaPI/PIext/piinit.h

    r769 r779  
    33
    44#ifdef SANS_EVOLPLANCK
    5 #include "outilsinit.h"
     5#include "strecinit.h"
    66#else
    77#include "sambainit.h"
     
    1212// Classe d initialisation pour le module PIext de PEIDA
    1313
     14#ifdef SANS_EVOLPLANCK
     15class PIAppInitiator : public PeidaStarRecoInitiator {
     16#else
    1417class PIAppInitiator : public SambaInitiator {
     18#endif
    1519private:
    1620  static int FgInit;
Note: See TracChangeset for help on using the changeset viewer.