source: Sophya/trunk/SophyaPI/PIext/piinit.h@ 3465

Last change on this file since 3465 was 779, checked in by ercodmgr, 26 years ago

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

File size: 463 bytes
RevLine 
[165]1#ifndef PIINIT_H_SEEN
2#define PIINIT_H_SEEN
3
[769]4#ifdef SANS_EVOLPLANCK
[779]5#include "strecinit.h"
[769]6#else
7#include "sambainit.h"
8#endif
9
[295]10#include "pistdimgapp.h"
[165]11
[769]12// Classe d initialisation pour le module PIext de PEIDA
[165]13
[779]14#ifdef SANS_EVOLPLANCK
15class PIAppInitiator : public PeidaStarRecoInitiator {
16#else
[769]17class PIAppInitiator : public SambaInitiator {
[779]18#endif
[165]19private:
20 static int FgInit;
21public:
[295]22 PIAppInitiator(PIStdImgApp *);
23 virtual ~PIAppInitiator();
[165]24};
25
26
27#endif
Note: See TracBrowser for help on using the repository browser.