Last change
on this file since 3572 was 3572, checked in by cmv, 17 years ago |
char* -> const char* pour regler les problemes de deprecated string const... + comparaison unsigned signed + suppression EVOL_PLANCK rz+cmv 07/02/2009
|
File size:
372 bytes
|
Line | |
---|
1 | #ifndef PIINIT_H_SEEN
|
---|
2 | #define PIINIT_H_SEEN
|
---|
3 |
|
---|
4 | #ifdef SANS_EVOLPLANCK
|
---|
5 | #include "strecinit.h"
|
---|
6 | #else
|
---|
7 | #include "sambainit.h"
|
---|
8 | #endif
|
---|
9 |
|
---|
10 | #include "pistdimgapp.h"
|
---|
11 |
|
---|
12 | // Classe d initialisation pour le module PIext de PEIDA
|
---|
13 |
|
---|
14 | class PIAppInitiator : public SambaInitiator {
|
---|
15 | private:
|
---|
16 | static int FgInit;
|
---|
17 | public:
|
---|
18 | PIAppInitiator(PIStdImgApp *);
|
---|
19 | virtual ~PIAppInitiator();
|
---|
20 | };
|
---|
21 |
|
---|
22 |
|
---|
23 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.