source:
Sophya/trunk/SophyaPI/PIext/piinit.h@
769
Last change on this file since 769 was 769, checked in by , 26 years ago | |
---|---|
File size: 373 bytes |
Rev | Line | |
---|---|---|
[165] | 1 | #ifndef PIINIT_H_SEEN |
2 | #define PIINIT_H_SEEN | |
3 | ||
[769] | 4 | #ifdef SANS_EVOLPLANCK |
[293] | 5 | #include "outilsinit.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 | |
[769] | 14 | class PIAppInitiator : public SambaInitiator { |
[165] | 15 | private: |
16 | static int FgInit; | |
17 | public: | |
[295] | 18 | PIAppInitiator(PIStdImgApp *); |
19 | virtual ~PIAppInitiator(); | |
[165] | 20 | }; |
21 | ||
22 | ||
23 | #endif |
Note:
See TracBrowser
for help on using the repository browser.